Skip to content

Commit da5d720

Browse files
authored
Update turtle-singer.js
1 parent 2fda20c commit da5d720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/turtle-singer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ class Singer {
538538

539539
for (const b in tur.endOfClampSignals) {
540540
tur.butNotThese[b] = [];
541-
for (const i in tur.endOfClampSignals[b]) {
541+
for (const i of tur.endOfClampSignals[b]) {
542542
tur.butNotThese[b].push(i);
543543
}
544544
}

0 commit comments

Comments
 (0)