Created
May 3, 2017 17:58
-
-
Save kevzettler/5df55ef9ef91324787be7e1012de55f8 to your computer and use it in GitHub Desktop.
sample nodes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{children: null, parent: 'derp', drawFn: function(){}}, | |
{children: null, parent: 'herp', drawFn: function(){}}, | |
{children: [2,3,4,5,], parent: 'herp', drawFn: function(){}}, | |
{children: null, parent: 'derp' }, | |
{children: null, parent: 'blerp', drawFn: function(){}}, | |
{children: [2,3,4], parent: 'herp' }, | |
{children: null, parent: 'herp', drawFn: function(){}}, | |
{children: [8,0,8], parent: 'herp', drawFn: function(){}}, | |
{children: null, parent: 'derp', drawFn: }, | |
{children: null, parent: 'blerp', drawFn: function(){}}, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment