This commit is contained in:
gorhill 2015-03-16 14:59:41 -04:00
parent 9ed458f4d7
commit 865ff3e01b

View file

@ -260,7 +260,7 @@ FilterParser.prototype.isValidSelector = function(s) {
try { try {
this.div.matches(s); this.div.matches(s);
} catch (e) { } catch (e) {
console.error('µBlock> invalid cosmetic filter:', s); console.error('uBlock> invalid cosmetic filter:', s);
return false; return false;
} }
return true; return true;