From e95209b2433658b056d31d20ca0f8ad9cb7b2209 Mon Sep 17 00:00:00 2001 From: Victor Pineda Gonzalez Date: Wed, 15 Jul 2015 18:03:01 -0500 Subject: [PATCH] node() function will return DOM Node --- d3/d3.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d3/d3.d.ts b/d3/d3.d.ts index a5b908cbe..37719a5f4 100644 --- a/d3/d3.d.ts +++ b/d3/d3.d.ts @@ -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.