Fixed syntax in .d.ts file

This commit is contained in:
Artur Wasilewski
2015-10-16 15:06:18 +02:00
parent 271846395c
commit eee4f2b199

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