Restore not-actually-extraneous parenthesis

This commit is contained in:
Dretch
2016-03-03 10:57:10 +00:00
parent d84f058588
commit 05a7814474
+1 -1
View File
@@ -3844,7 +3844,7 @@ declare module uiGrid {
* or you can supply a custom filter function that gets passed the
* following arguments: [searchTerm, cellValue, row, column].
*/
condition?: number | (searchTerm: string, cellValue: any, row: IGridRow, column: IGridColumn) => boolean;
condition?: number | ((searchTerm: string, cellValue: any, row: IGridRow, column: IGridColumn) => boolean);
/**
* If set, the filter field will be pre-populated with this value
*/