This commit is contained in:
Kevin Sawicki
2013-04-18 13:35:36 -07:00
parent faca7f091a
commit 66b80d9682

View File

@@ -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()