mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add missing formal parameter name
This commit is contained in:
Vendored
+1
-1
@@ -2685,7 +2685,7 @@ declare module D3 {
|
||||
* registering the necessary event listeners to support
|
||||
* panning and zooming.
|
||||
*/
|
||||
(Selection): void;
|
||||
(selection: Selection): void;
|
||||
|
||||
/**
|
||||
* Registers a listener to receive events
|
||||
|
||||
Reference in New Issue
Block a user