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

11
doc/api.js Normal file
View File

@@ -0,0 +1,11 @@
YUI.add("yuidoc-meta", function(Y) {
Y.YUIDoc = { meta: {
"classes": [
"LGraph",
"LGraphNode",
"LiteGraph"
],
"modules": [],
"allModules": []
} };
});