mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Linting fix
This commit is contained in:
parent
9741f6b12d
commit
a3f477f57a
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ function getTextNodesBetween(rootNode: Node, startNode: Node, endNode: Node) {
|
|||
}
|
||||
|
||||
for (
|
||||
var i = 0, len = node.childNodes.length;
|
||||
let i = 0, len = node.childNodes.length;
|
||||
!reachedEndNode && i < len;
|
||||
++i
|
||||
) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue