Fix jsstyle error
This commit is contained in:
parent
d4a9d371f0
commit
00bcb58ea1
|
@ -101,7 +101,7 @@ ExtensibleFilter.prototype.matches = function (target) {
|
||||||
attribute: self.matchType,
|
attribute: self.matchType,
|
||||||
initial: self.initial ? self.initial.toLowerCase() : undefined,
|
initial: self.initial ? self.initial.toLowerCase() : undefined,
|
||||||
any: self.any ? self.any.map(function (a) {
|
any: self.any ? self.any.map(function (a) {
|
||||||
return a.toLowerCase()
|
return a.toLowerCase();
|
||||||
}) : undefined,
|
}) : undefined,
|
||||||
'final': self['final'] ? self['final'].toLowerCase() : undefined
|
'final': self['final'] ? self['final'].toLowerCase() : undefined
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue