Fix for issue #37

Updated dependencies to dagre/dagre-d3
This commit is contained in:
knsv
2015-03-07 12:28:52 +01:00
parent ec9094696b
commit bc5f73daa2
13 changed files with 658 additions and 189 deletions

View File

@@ -0,0 +1,9 @@
/**
* Created by knut on 15-03-07.
*/
define('simple',function(){
var simple = {
data:'info'
};
return simple;
});