From 30ea18e3c8c59b7579dac57c83812a0306cefe5c Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 21 Dec 2014 13:42:37 +0000 Subject: Exclusion; fix tests. --- background_scripts/exclusions.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background_scripts') 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. -- cgit v1.2.3