1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

typo in comment

This commit is contained in:
gorhill 2014-07-31 00:18:02 -04:00
parent 211b281335
commit e740abef83

View File

@ -849,7 +849,7 @@ FilterParser.prototype.parseOptType = function(raw, not) {
for ( var k in typeNameToTypeValue ) {
if ( k === type ) { continue; }
// 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
if ( k === 'popup' ) { continue; }
this.types.push(typeNameToTypeValue[k]);