aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
authorStephen Blott2014-12-21 13:42:37 +0000
committerStephen Blott2014-12-21 13:42:37 +0000
commit30ea18e3c8c59b7579dac57c83812a0306cefe5c (patch)
tree3961fba7e54d2059d57a1321ee09a325ae4a33e9 /background_scripts
parent7ce860833fea405dae522e431a017a6135cfc54e (diff)
downloadvimium-30ea18e3c8c59b7579dac57c83812a0306cefe5c.tar.bz2
Exclusion; fix tests.
Diffstat (limited to 'background_scripts')
-rw-r--r--background_scripts/exclusions.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/exclusions.coffee b/background_scripts/exclusions.coffee
index f2dd14c8..467e5e70 100644
--- a/background_scripts/exclusions.coffee
+++ b/background_scripts/exclusions.coffee
@@ -15,7 +15,7 @@ RegexpCache =
# The Exclusions class manages the exclusion rule setting.
# An exclusion is an object with two attributes: pattern and passKeys.
-# The exclusions are an array of such objects (because the order matters).
+# The exclusions are an array of such objects.
root.Exclusions = Exclusions =
# Make RegexpCache, which is required on the page popup, accessible via the Exclusions object.