Merge pull request #5401 from raysuelzer/master

Fixing typo in ui-grid definition.
This commit is contained in:
Masahiro Wakame
2015-08-21 21:18:07 +09:00
+1 -1
View File
@@ -248,7 +248,7 @@ declare module uiGrid {
clearRowInvisible(rowEntity: any): void;
getVisibleRows(grid: IGridInstance): Array<IGridRow>;
handleWindowResize(): void;
notifiyDataChange(type: string): void;
notifyDataChange(type: string): void;
refreshRows(): ng.IPromise<boolean>;
registerColumnsProcessor(processorFunction: IColumnProcessor, priority: number): void;
registerRowsProcessor(rowProcessor: IRowProcessor, priority: number): void;