mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
typo in comment
This commit is contained in:
parent
211b281335
commit
e740abef83
@ -849,7 +849,7 @@ FilterParser.prototype.parseOptType = function(raw, not) {
|
|||||||
for ( var k in typeNameToTypeValue ) {
|
for ( var k in typeNameToTypeValue ) {
|
||||||
if ( k === type ) { continue; }
|
if ( k === type ) { continue; }
|
||||||
// https://github.com/gorhill/uBlock/issues/121
|
// https://github.com/gorhill/uBlock/issues/121
|
||||||
// `popup` is a special type, it cannot be set for filter intended
|
// `popup` is a special type, it cannot be set for filters intended
|
||||||
// for real net request types
|
// for real net request types
|
||||||
if ( k === 'popup' ) { continue; }
|
if ( k === 'popup' ) { continue; }
|
||||||
this.types.push(typeNameToTypeValue[k]);
|
this.types.push(typeNameToTypeValue[k]);
|
||||||
|
Loading…
Reference in New Issue
Block a user