aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
authorStephen Blott2014-12-21 05:28:02 +0000
committerStephen Blott2014-12-21 05:28:02 +0000
commite2fe06c25ad0d478a602f77d3ea052ac0e886233 (patch)
tree447044a99b78b5c8d6b6ec3d342188bee40d9ec0 /background_scripts
parent015f5bad3f6e4058d6bfeb8f6bf213de37464da7 (diff)
downloadvimium-e2fe06c25ad0d478a602f77d3ea052ac0e886233.tar.bz2
Exclusion; minor refactoring.
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 ac0e5f20..fd74e7da 100644
--- a/background_scripts/exclusions.coffee
+++ b/background_scripts/exclusions.coffee
@@ -18,7 +18,7 @@ RegexpCache =
# The exclusions are an array of such objects (because the order matters).
root.Exclusions = Exclusions =
- # Make RegexpCache, which is required on the page popup, accessible via Exclusions.
+ # Make RegexpCache, which is required on the page popup, accessible via the Exclusions object.
RegexpCache: RegexpCache
rules: Settings.get("exclusionRules")