From f995cbb45cdeab3b799782b2a5a55744655e22b3 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 24 Oct 2012 14:36:46 -0700 Subject: [PATCH] :lipstick: --- src/app/editor.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/editor.coffee b/src/app/editor.coffee index a5cc6633b..9cb6d4a35 100644 --- a/src/app/editor.coffee +++ b/src/app/editor.coffee @@ -854,7 +854,7 @@ class Editor extends View break if _.isEqual(scopeStack[0...i], desiredScopes[0...i]) popScope() - # push on top of common prefix until scopStacks == desiredScopes + # push on top of common prefix until scopeStack == desiredScopes for j in [i...desiredScopes.length] pushScope(desiredScopes[j])