mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
typo
This commit is contained in:
parent
9ed458f4d7
commit
865ff3e01b
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user