Skip to content

Instantly share code, notes, and snippets.

@kevzettler
Created May 3, 2017 17:58
Show Gist options
  • Save kevzettler/5df55ef9ef91324787be7e1012de55f8 to your computer and use it in GitHub Desktop.
Save kevzettler/5df55ef9ef91324787be7e1012de55f8 to your computer and use it in GitHub Desktop.
sample nodes
[
{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