mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Fix typo
This commit is contained in:
committed by
Nathan Sobo
parent
e1b984820d
commit
bb11d13fe3
@@ -33,7 +33,7 @@ class TokenIterator
|
||||
if tag < 0
|
||||
if tag % 2 is 0
|
||||
scopeName = atom.grammars.scopeForId(tag + 1)
|
||||
if @scopeEnds.length is 0
|
||||
if @scopeStarts.length is 0
|
||||
@scopeEnds.push(scopeName)
|
||||
else
|
||||
startsTop = this.scopeStarts.pop()
|
||||
|
||||
Reference in New Issue
Block a user