New release

This commit is contained in:
knsv
2015-01-11 15:02:35 +01:00
parent 27687fc742
commit 911cd09dd8
11 changed files with 47 additions and 16 deletions

View File

@@ -228,6 +228,7 @@ exports.addSubGraph = function (list, title) {
var subG = [];
subG = uniq(subG.concat.apply(subG,list));
//console.log(subG);
subGraphs.push({nodes:subG,title:title});
};