mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 08:53:25 +01:00
fix nonsense
This commit is contained in:
parent
bee20acf88
commit
6f96b75cc6
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue