mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
code review: removed unused member
This commit is contained in:
parent
1a5a42238e
commit
91142ce847
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue