Fix jsstyle error

This commit is contained in:
Patrick Mooney 2013-10-29 23:38:12 -05:00
parent d4a9d371f0
commit 00bcb58ea1
1 changed files with 1 additions and 1 deletions

View File

@ -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
};