mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
fix knockout.kogrid/knockout.kogrid-tests.ts
This commit is contained in:
@@ -19,7 +19,7 @@ module KoGridTests
|
||||
}
|
||||
|
||||
public createDefaultGridOptions<Type>(dataArray: KnockoutObservableArray<Type>, selectedItems: KnockoutObservableArray<Type>): kg.GridOptions<Type> {
|
||||
var result = {
|
||||
return {
|
||||
data: dataArray,
|
||||
displaySelectionCheckbox: false,
|
||||
footerVisible: false,
|
||||
@@ -28,7 +28,6 @@ module KoGridTests
|
||||
plugins: null,
|
||||
selectedItems: selectedItems
|
||||
};
|
||||
return result;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user