This commit is contained in:
Petar Paar
2015-10-24 01:39:19 -07:00
parent 4481020e22
commit 46fbd7ea52

View File

@@ -11,7 +11,7 @@ var rows = [
// .... and more
];
function rowGetter(rowIndex) {
function rowGetter(rowIndex: number) {
return rows[rowIndex];
}