mirror of https://github.com/gorhill/uBlock.git
fix typo in comment
This commit is contained in:
parent
ba32c6a473
commit
108fb425fc
|
@ -238,7 +238,7 @@ let fromCosmeticFilter = function(details) {
|
|||
break;
|
||||
// HTML filtering
|
||||
case 64: // CSS selector
|
||||
case 65: // procdural
|
||||
case 65: // procedural
|
||||
if ( exception !== (fargs[1].charAt(0) === '!') ) { break; }
|
||||
if (
|
||||
fargs[0] === 64 && fargs[3] !== selector ||
|
||||
|
|
Loading…
Reference in New Issue