aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-03-13 13:01:46 -0400
committergorhill <rhill@raymondhill.net>2015-03-13 13:01:46 -0400
commita0602fc3435d90936fb99abe9098d38158d13e89 (patch)
tree46ebcc632f4db4201a39727e1f911e39af50c471 /src
parent6a523656c34e205daee18364748494efe5e642f2 (diff)
downloaduBlock-a0602fc3435d90936fb99abe9098d38158d13e89.zip
uBlock-a0602fc3435d90936fb99abe9098d38158d13e89.tar.gz
uBlock-a0602fc3435d90936fb99abe9098d38158d13e89.tar.bz2
minor edit
Diffstat (limited to 'src')
-rw-r--r--src/js/cosmetic-filtering.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/js/cosmetic-filtering.js b/src/js/cosmetic-filtering.js
index 1f1b364..51c7f03 100644
--- a/src/js/cosmetic-filtering.js
+++ b/src/js/cosmetic-filtering.js
@@ -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 = [];
};
/******************************************************************************/