Merge pull request #3142 from bluong/master

d3.select() has a behavior for no args
This commit is contained in:
Masahiro Wakame
2014-11-14 11:03:01 +09:00
Vendored
+4
View File
@@ -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
*