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

minor edit

This commit is contained in:
gorhill 2015-03-13 13:01:46 -04:00
parent 6a523656c3
commit a0602fc343

View File

@ -547,12 +547,12 @@ FilterContainer.prototype.reset = function() {
this.highHighGenericHide = '';
this.highHighGenericHideCount = 0;
// generic exception filters
this.genericDonthide = [];
// hostname, entity-based filters
this.hostnameFilters = {};
this.entityFilters = {};
// generic exception filters
this.genericDonthide = [];
};
/******************************************************************************/