Adding signature

This commit is contained in:
Brandon Luong
2014-11-13 17:17:19 -08:00
parent 5ffc677fc7
commit 4130eba4cf
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
*