Skip to content
This repository was archived by the owner on Nov 15, 2017. It is now read-only.

Commit e5552fb

Browse files
committed
code review
1 parent 327c69e commit e5552fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/abp-hide-filters.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ var FilterContainer = function() {
241241
this.acceptedCount = 0;
242242
this.processedCount = 0;
243243
this.filters = {};
244+
this.hideUnfiltered = [];
245+
this.donthideUnfiltered = [];
244246
this.rejected = [];
245247
};
246248

0 commit comments

Comments
 (0)