diff --git a/d3/d3.d.ts b/d3/d3.d.ts index 3c47883a8..66a6e4d23 100644 --- a/d3/d3.d.ts +++ b/d3/d3.d.ts @@ -9,6 +9,10 @@ declare module D3 { * Select an element from the current document */ select: { + /** + * Returns the empty selection + */ + (): Selection; /** * Selects the first element that matches the specified selector string *