diff --git a/d3/d3.d.ts b/d3/d3.d.ts index 026b6c405..26577be0e 100644 --- a/d3/d3.d.ts +++ b/d3/d3.d.ts @@ -1132,7 +1132,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 */