From 66b80d9682ade33fe4a5078ed33c5db259cac8af Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 18 Apr 2013 13:35:36 -0700 Subject: [PATCH] :lipstick: --- src/app/text-mate-scope-selector-matchers.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/text-mate-scope-selector-matchers.coffee b/src/app/text-mate-scope-selector-matchers.coffee index 66b51a8d4..38ac13de8 100644 --- a/src/app/text-mate-scope-selector-matchers.coffee +++ b/src/app/text-mate-scope-selector-matchers.coffee @@ -28,8 +28,8 @@ class ScopeMatcher class PathMatcher constructor: (first, others) -> - @matchers = [first] - @matchers.push(matcher[1]) for matcher in others + @matchers = [first] + @matchers.push(matcher[1]) for matcher in others matches: (scopes) -> matcher = @matchers.shift()