Skip to content

Instantly share code, notes, and snippets.

@hinsencamp
Created May 30, 2019 08:02
Show Gist options
  • Select an option

  • Save hinsencamp/cce66e72ee83f2655ec838d56ce82dce to your computer and use it in GitHub Desktop.

Select an option

Save hinsencamp/cce66e72ee83f2655ec838d56ce82dce to your computer and use it in GitHub Desktop.
Graph.prototype.getNode = function(name) {
return this.graph[name];
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment