1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

comment...

This commit is contained in:
gorhill 2015-10-05 11:04:36 -04:00
parent 054ba17c96
commit 19a717b4b6

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 ) {