mirror of https://github.com/gorhill/uBlock.git
typo
This commit is contained in:
parent
9ed458f4d7
commit
865ff3e01b
|
@ -260,7 +260,7 @@ FilterParser.prototype.isValidSelector = function(s) {
|
|||
try {
|
||||
this.div.matches(s);
|
||||
} catch (e) {
|
||||
console.error('µBlock> invalid cosmetic filter:', s);
|
||||
console.error('uBlock> invalid cosmetic filter:', s);
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue