Merge branch 'd3-treelayout' of github.com:rolandzwaga/DefinitelyTyped into rolandzwaga-d3-treelayout

This commit is contained in:
vvakame
2014-08-20 13:13:53 +09:00
Vendored
+1 -1
View File
@@ -1132,7 +1132,7 @@ declare module D3 {
/**
* Runs the tree layout
*/
nodes(root: GraphNode): TreeLayout;
nodes(root: GraphNode): Array<GraphNode>;
/**
* 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
*/