node() function will return DOM Node

This commit is contained in:
Victor Pineda Gonzalez
2015-07-15 18:03:01 -05:00
parent 0fff32b558
commit e95209b243
Vendored
+1 -1
View File
@@ -386,7 +386,7 @@ declare module d3 {
/**
* Returns the first non-null element in the selection, or null otherwise.
*/
node(): EventTarget;
node(): Node;
/**
* Returns the total number of elements in the selection.