diff --git a/d3/d3.d.ts b/d3/d3.d.ts index 7facd8675..67cc268ae 100644 --- a/d3/d3.d.ts +++ b/d3/d3.d.ts @@ -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