mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-22 11:40:10 +08:00
Fixed syntax in .d.ts file
This commit is contained in:
Vendored
+2
-2
@@ -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