diff --git a/d3/d3.d.ts b/d3/d3.d.ts index 4d4ef1443..f26538bd1 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 *