Initial fix for defect #162.

This commit is contained in:
knsv
2015-05-29 08:23:13 +02:00
parent ca99a30b71
commit 6864652b80
15 changed files with 399 additions and 9530 deletions

View File

@@ -421,7 +421,6 @@ exports.draw = function (text, id,isDot) {
// Index nodes
graph.indexNodes('sunGraph'+i);
var i = 0;
for(i=0;i<subGraphs.length;i++){
var pos = graph.getDepthFirstPos(i);
subG = subGraphs[i];