mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-27 11:40:08 +08:00
Merge pull request #2233 from audsKu/patch-3
Update signature of call target for selection.call
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user