fix nonsense

This commit is contained in:
Val Erastov 2015-08-27 23:08:21 -07:00
parent bee20acf88
commit 6f96b75cc6

View file

@ -59,7 +59,6 @@ TCAD.graph.finaAllLoops = function(graph) {
function sameLoop(a, b, key) {
var first = key(a[0]);
var bShift = b.indexOf();
for (var bShift = 0; bShift < a.length; bShift++) {
if (key(b[bShift]) === first) {
break;