From 4908ab87ca0e0c90096a69d8a6f1ebcde531eb11 Mon Sep 17 00:00:00 2001 From: Choc Date: Tue, 8 Mar 2016 22:31:38 +0000 Subject: [PATCH] Fix misspelt type definition for uiGrid.customTreeAggregationFn --- 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 34cc1c98e..08f2bd6f8 100644 --- a/ui-grid/ui-grid.d.ts +++ b/ui-grid/ui-grid.d.ts @@ -3024,7 +3024,7 @@ declare module uiGrid { * @param {number} numValue Numeric value of the field * @param {IGridRow} row Row objet */ - customerTreeAggregationFn?: (aggregation: IGridTreeBaseAggregationObject, fieldValue: any, numValue: number, + customTreeAggregationFn?: (aggregation: IGridTreeBaseAggregationObject, fieldValue: any, numValue: number, row: IGridRowOf) => void; /** * A custom label to use for this aggregation. If providedm, we don't use native i18n