Merge pull request #2784 from s093294/patch-3

Update d3.d.ts
This commit is contained in:
Masahiro Wakame
2014-09-08 12:06:40 +09:00
Vendored
+1 -1
View File
@@ -808,7 +808,7 @@ declare module D3 {
* Returns the first non-null element in the current selection. If the selection is empty,
* returns null.
*/
node: () => Element;
node: <T extends Element>() => T;
}
export interface EnterSelection {