Skip to content

Instantly share code, notes, and snippets.

@rcallahan
Created August 16, 2013 16:07
Show Gist options
  • Save rcallahan/a65e56dcd8a643d2e9ef to your computer and use it in GitHub Desktop.
Save rcallahan/a65e56dcd8a643d2e9ef to your computer and use it in GitHub Desktop.
// Generic root element
var root = {
type: 'root',
name: 'root',
parent: null,
prev: null,
next: null,
children: []
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment