comment...

This commit is contained in:
gorhill 2015-10-05 11:04:36 -04:00
parent 054ba17c96
commit 19a717b4b6
1 changed files with 1 additions and 1 deletions

View File

@ -1455,7 +1455,7 @@ FilterParser.prototype.parseOptions = function(s) {
continue; continue;
} }
// https://issues.adblockplus.org/ticket/616 // https://issues.adblockplus.org/ticket/616
// `genericblock` concept already supported, just a matter of // `generichide` concept already supported, just a matter of
// adding support for the new keyword. // adding support for the new keyword.
if ( opt === 'elemhide' || opt === 'generichide' ) { if ( opt === 'elemhide' || opt === 'generichide' ) {
if ( this.action === AllowAction ) { if ( this.action === AllowAction ) {