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'));
 +
 +
return;
  
 
// establish the branches and their respective colours
 
// establish the branches and their respective colours

Revision as of 11:50, 28 July 2015

Notebook