1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 10:09:38 +02:00
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 {
this.div.matches(s);
} catch (e) {
console.error('µBlock> invalid cosmetic filter:', s);
console.error('uBlock> invalid cosmetic filter:', s);
return false;
}
return true;