Difference between revisions of "Team:Cambridge-JIC/Notebook"

Line 22: Line 22:
 
  *  g.adopt( parent, child ) -- let the branch `parent` adopt the branch `child` such that child is now a branch of parent instead; recommended to first merge child before adopting it anew
 
  *  g.adopt( parent, child ) -- let the branch `parent` adopt the branch `child` such that child is now a branch of parent instead; recommended to first merge child before adopting it anew
 
*/
 
*/
 
+
return;
 
// instantiate our notebook
 
// instantiate our notebook
 
graph = new notebookGraph($('#notebook'));
 
graph = new notebookGraph($('#notebook'));

Revision as of 11:49, 28 July 2015

Notebook