mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
test fix
This commit is contained in:
@@ -11,7 +11,7 @@ var rows = [
|
||||
// .... and more
|
||||
];
|
||||
|
||||
function rowGetter(rowIndex) {
|
||||
function rowGetter(rowIndex: number) {
|
||||
return rows[rowIndex];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user