diff --git a/d3/d3.d.ts b/d3/d3.d.ts index 598cd9f34b..80de538042 100755 --- a/d3/d3.d.ts +++ b/d3/d3.d.ts @@ -1128,7 +1128,7 @@ declare module D3 { /** * Runs the tree layout */ - nodes(root: GraphNode): TreeLayout; + nodes(root: GraphNode): Array; /** * Given the specified array of nodes, such as those returned by nodes, returns an array of objects representing the links from parent to child for each node */