mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Fixed syntax in .d.ts file
This commit is contained in:
4
ui-grid/ui-grid.d.ts
vendored
4
ui-grid/ui-grid.d.ts
vendored
@@ -734,13 +734,13 @@ declare module uiGrid {
|
||||
* to load when scrolling up
|
||||
* @default false
|
||||
*/
|
||||
infiniteScrollUp?: boolean,
|
||||
infiniteScrollUp?: boolean;
|
||||
/**
|
||||
* Inform the grid of whether there are rows
|
||||
* to load scrolling down
|
||||
* @default true
|
||||
*/
|
||||
infiniteScrollDown?: boolean,
|
||||
infiniteScrollDown?: boolean;
|
||||
/**
|
||||
* Defaults to 200
|
||||
* @default 200
|
||||
|
||||
Reference in New Issue
Block a user