Bump
This commit is contained in:
parent
80f932a8c9
commit
a807992853
|
@ -10,6 +10,7 @@ var dennis = graph.newNode({
|
||||||
label: 'Dennis',
|
label: 'Dennis',
|
||||||
ondoubleclick: function() { console.log("Hello!"); }
|
ondoubleclick: function() { console.log("Hello!"); }
|
||||||
});
|
});
|
||||||
|
|
||||||
var michael = graph.newNode({label: 'Michael'});
|
var michael = graph.newNode({label: 'Michael'});
|
||||||
var jessica = graph.newNode({label: 'Jessica'});
|
var jessica = graph.newNode({label: 'Jessica'});
|
||||||
var timothy = graph.newNode({label: 'Timothy'});
|
var timothy = graph.newNode({label: 'Timothy'});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user