Merge pull request #6323 from ekosystem/master

Fix ui-grid.d.ts syntax
This commit is contained in:
Masahiro Wakame
2015-10-17 00:32:37 +09:00
+2 -2
View File
@@ -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