Fix the type of Zoom application

This commit is contained in:
Tom Crockett
2013-11-21 01:12:15 -08:00
parent 2c47116ce6
commit b9434af57b

6
d3/d3.d.ts vendored
View File

@@ -2681,9 +2681,11 @@ declare module D3 {
export interface Zoom {
/**
* Execute zoom method
* Applies the zoom behavior to the specified selection,
* registering the necessary event listeners to support
* panning and zooming.
*/
(): any;
(Selection): void;
/**
* Registers a listener to receive events