mirror of
https://github.com/atom/atom.git
synced 2026-01-21 21:07:55 -05:00
Fix undefined variables in tokenized-line-spec
This commit is contained in:
@@ -6,7 +6,7 @@ describe "TokenizedLine", ->
|
||||
|
||||
describe "::getScopeTree()", ->
|
||||
it "returns a tree whose inner nodes are scopes and whose leaf nodes are tokens in those scopes", ->
|
||||
editor = null
|
||||
[tokens, tokenIndex] = []
|
||||
|
||||
ensureValidScopeTree = (scopeTree, scopes=[]) ->
|
||||
if scopeTree.children?
|
||||
|
||||
Reference in New Issue
Block a user