Package json fix #112

Merged
ColinEberhardt merged 2 commits from package-json-fix into master 2015-08-17 13:26:41 -07:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit fefc7b7496 - Show all commits

View File

@@ -34,12 +34,12 @@ var nodeTree = {
};
// compute the layout
computeLayout(tree);
computeLayout(nodeTree);
// the layout information is written back to the node tree, with
// each node now having a layout property:
// JSON.stringify(tree, null, 2);
// JSON.stringify(nodeTree, null, 2);
{
"style": {
"padding": 50