aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/exclusions.coffee
diff options
context:
space:
mode:
authorStephen Blott2014-12-20 16:46:32 +0000
committerStephen Blott2014-12-20 18:01:38 +0000
commit015f5bad3f6e4058d6bfeb8f6bf213de37464da7 (patch)
treebc3aad28bd4cdecfaa33293ad450ab12dbb71db6 /background_scripts/exclusions.coffee
parentb38f0111d98c80fc3a03851a045feba447cc04ea (diff)
downloadvimium-015f5bad3f6e4058d6bfeb8f6bf213de37464da7.tar.bz2
Exclusion; allow multiple matching rules.
Diffstat (limited to 'background_scripts/exclusions.coffee')
-rw-r--r--background_scripts/exclusions.coffee2
1 files changed, 2 insertions, 0 deletions
diff --git a/background_scripts/exclusions.coffee b/background_scripts/exclusions.coffee
index 2b34238b..ac0e5f20 100644
--- a/background_scripts/exclusions.coffee
+++ b/background_scripts/exclusions.coffee
@@ -18,6 +18,8 @@ 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.
+ RegexpCache: RegexpCache
rules: Settings.get("exclusionRules")