From 4d239b46e26e6e646305d77bdd582b25f55c08fd Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Wed, 1 May 2013 16:47:31 -0700 Subject: [PATCH] Update textmatescopeselector --- src/app/text-mate-scope-selector.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/text-mate-scope-selector.coffee b/src/app/text-mate-scope-selector.coffee index f21007015..46408c066 100644 --- a/src/app/text-mate-scope-selector.coffee +++ b/src/app/text-mate-scope-selector.coffee @@ -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. #