code review: removed unused member

This commit is contained in:
gorhill 2015-01-23 13:39:06 -05:00
parent 1a5a42238e
commit 91142ce847
1 changed files with 0 additions and 1 deletions

View File

@ -1384,7 +1384,6 @@ var TokenEntry = function() {
var FilterContainer = function() {
this.reAnyToken = /[%0-9a-z]+/g;
this.tokens = [];
this.buckets = new Array(4);
this.blockedAnyPartyHostnames = new µb.LiquidDict();
this.blocked3rdPartyHostnames = new µb.LiquidDict();
this.filterParser = new FilterParser();