diff --git a/d3/d3.d.ts b/d3/d3.d.ts index f6f3f9d044..2225db5fc6 100644 --- a/d3/d3.d.ts +++ b/d3/d3.d.ts @@ -767,7 +767,7 @@ declare module D3 { //(filter: string): UpdateSelection; }; - call(callback: (selection: Selection) => void ): Selection; + call(callback: (selection: Selection, ...args: any[]) => void, ...args: any[]): Selection; each(eachFunction: (data: any, index: number) => any): Selection; on: { (type: string): (data: any, index: number) => any;