mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-24 03:12:46 +01:00
code review: removed unused member
This commit is contained in:
parent
1a5a42238e
commit
91142ce847
@ -1384,7 +1384,6 @@ var TokenEntry = function() {
|
|||||||
var FilterContainer = function() {
|
var FilterContainer = function() {
|
||||||
this.reAnyToken = /[%0-9a-z]+/g;
|
this.reAnyToken = /[%0-9a-z]+/g;
|
||||||
this.tokens = [];
|
this.tokens = [];
|
||||||
this.buckets = new Array(4);
|
|
||||||
this.blockedAnyPartyHostnames = new µb.LiquidDict();
|
this.blockedAnyPartyHostnames = new µb.LiquidDict();
|
||||||
this.blocked3rdPartyHostnames = new µb.LiquidDict();
|
this.blocked3rdPartyHostnames = new µb.LiquidDict();
|
||||||
this.filterParser = new FilterParser();
|
this.filterParser = new FilterParser();
|
||||||
|
Loading…
Reference in New Issue
Block a user