mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fixing typo in ui-grid definition. "notifiyDataChange" should be "notifyDataChange"
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user