Skip to content

Instantly share code, notes, and snippets.

@GrantSchiller
Created October 2, 2013 12:44
Show Gist options
  • Save GrantSchiller/6793100 to your computer and use it in GitHub Desktop.
Save GrantSchiller/6793100 to your computer and use it in GitHub Desktop.
Node.prototype.setNextNode = function(n) {
this.nextNode = n;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment