Node drawing moved to GraphCanvas

This commit is contained in:
tamat
2013-10-23 19:23:50 +02:00
parent d9d998336d
commit 2b3503640e
31 changed files with 16321 additions and 692 deletions

View File

@@ -18,7 +18,7 @@ $(window).load(function() {
if(graph.status == LGraph.STATUS_STOPPED)
{
$(this).html("<img src='imgs/icon-stop.png'/> Stop");
graph.run(1);
graph.start(1);
}
else
{