From 05a7814474bb7f8209c3a8130f3e02a881308e03 Mon Sep 17 00:00:00 2001 From: Dretch Date: Thu, 3 Mar 2016 10:57:10 +0000 Subject: [PATCH] Restore not-actually-extraneous parenthesis --- ui-grid/ui-grid.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-grid/ui-grid.d.ts b/ui-grid/ui-grid.d.ts index d001cf9f0..34cc1c98e 100644 --- a/ui-grid/ui-grid.d.ts +++ b/ui-grid/ui-grid.d.ts @@ -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 */