This commit is contained in:
Ash Wilson
2018-07-27 11:18:35 -04:00
parent 65bcd888f3
commit 95658c3769

View File

@@ -3436,7 +3436,7 @@ class LineNumberComponent {
}
if (number != null) {
this.element.insertBefore(nodePool.getTextNode(number), this.element.firstChild);
this.element.insertBefore(nodePool.getTextNode(number), this.element.firstChild)
}
}