Index: lib/elemHide.js |
=================================================================== |
--- a/lib/elemHide.js |
+++ b/lib/elemHide.js |
@@ -56,17 +56,17 @@ |
/** |
* Set containing known element hiding and exception filters |
* @type {Set.<ElemHideBase>} |
*/ |
let knownFilters = new Set(); |
/** |
* Lookup table, lists of element hiding exceptions by selector |
- * @type {Map.<string,Filter>} |
+ * @type {Map.<string,Filter[]>} |
*/ |
let exceptions = new Map(); |
/** |
* Adds a filter to the lookup table of filters by domain. |
* @param {Filter} filter |
*/ |
function addToFiltersByDomain(filter) |