Skip to content

Instantly share code, notes, and snippets.

@rcallahan
Created August 16, 2013 16:07
// 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