Color and edge cleanup

pull/2/head
Karl Gutwin 2015-08-12 16:38:50 -04:00
parent 758ac41648
commit 7748adf0e6
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ angular.module('containersNetwork', ['ngVis'])
return this.edges.getIds({
filter: function (item) {
return item.from == from.Id && item.to == to.Id;
} });
} }).length > 0;
};
this.addLinkEdgeIfExists = function(from, to) {