Update textmatescopeselector

This commit is contained in:
Garen Torikian
2013-05-01 16:47:31 -07:00
parent 856b07197a
commit 4d239b46e2

View File

@@ -15,13 +15,13 @@ class TextMateScopeSelector
source: null
matcher: null
# Public: Create a new scope selector.
# Create a new scope selector.
#
# source - A {String} to parse as a scope selector.
constructor: (@source) ->
@matcher = TextMateScopeSelector.createParser().parse(@source)
# Public: Check if this scope selector matches the scopes.
# Check if this scope selector matches the scopes.
#
# scopes - An {Array} of {String}s.
#