Skip to content

Commit 7ae4ba6

Browse files
jasonsanjosemarijnh
authored andcommitted
widgetsSeen is no longer an array
1 parent 41d6267 commit 7ae4ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/codemirror.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ window.CodeMirror = (function() {
652652
if (i == line.widgets.length) { isOk = false; break; }
653653
}
654654
}
655-
if (isOk && widgetsSeen.length == line.widgets.length) {
655+
if (isOk && widgetsSeen == line.widgets.length) {
656656
wrap = reuse;
657657
reuse.className = line.wrapClass || "";
658658
}

0 commit comments

Comments
 (0)