From 00bcb58ea1fc085cf7dc31aa1f3c4c9acb3cf98f Mon Sep 17 00:00:00 2001 From: Patrick Mooney <patrick.f.mooney@gmail.com> Date: Tue, 29 Oct 2013 23:38:12 -0500 Subject: [PATCH] Fix jsstyle error --- lib/filters/ext_filter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/filters/ext_filter.js b/lib/filters/ext_filter.js index 54446b1..fd58101 100644 --- a/lib/filters/ext_filter.js +++ b/lib/filters/ext_filter.js @@ -101,7 +101,7 @@ ExtensibleFilter.prototype.matches = function (target) { attribute: self.matchType, initial: self.initial ? self.initial.toLowerCase() : undefined, any: self.any ? self.any.map(function (a) { - return a.toLowerCase() + return a.toLowerCase(); }) : undefined, 'final': self['final'] ? self['final'].toLowerCase() : undefined };