mirror of https://github.com/gorhill/uBlock.git
minor edit
This commit is contained in:
parent
6a523656c3
commit
a0602fc343
|
@ -547,12 +547,12 @@ FilterContainer.prototype.reset = function() {
|
||||||
this.highHighGenericHide = '';
|
this.highHighGenericHide = '';
|
||||||
this.highHighGenericHideCount = 0;
|
this.highHighGenericHideCount = 0;
|
||||||
|
|
||||||
|
// generic exception filters
|
||||||
|
this.genericDonthide = [];
|
||||||
|
|
||||||
// hostname, entity-based filters
|
// hostname, entity-based filters
|
||||||
this.hostnameFilters = {};
|
this.hostnameFilters = {};
|
||||||
this.entityFilters = {};
|
this.entityFilters = {};
|
||||||
|
|
||||||
// generic exception filters
|
|
||||||
this.genericDonthide = [];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
Loading…
Reference in New Issue