From b0c9a764c77a451726049a79a19a0fa28ae0b30c Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 21 Dec 2014 11:58:01 +0000 Subject: Exclusion; unique keys. --- 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 12d86f41..f2dd14c8 100644 --- a/background_scripts/exclusions.coffee +++ b/background_scripts/exclusions.coffee @@ -31,7 +31,7 @@ root.Exclusions = Exclusions = return rule unless rule.passKeys if matching.length pattern: (rule.pattern for rule in matching).join " | " # Not used; for debugging only. - passKeys: (rule.passKeys for rule in matching).join "" + passKeys: Utils.uniqueCharacters (rule.passKeys for rule in matching).join "" else null -- cgit v1.2.3