From 4130eba4cf74766f560a5152f2b0114933d8f688 Mon Sep 17 00:00:00 2001 From: Brandon Luong Date: Thu, 13 Nov 2014 17:17:19 -0800 Subject: [PATCH] Adding signature --- d3/d3.d.ts | 4 ++++ 1 file changed, 4 insertions(+) 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 *