diff --git a/src/js/static-net-filtering.js b/src/js/static-net-filtering.js index adba8e6a5..d7a9657fa 100644 --- a/src/js/static-net-filtering.js +++ b/src/js/static-net-filtering.js @@ -1553,7 +1553,7 @@ const FilterModifier = class { filterData[idata+2] = args[2]; // type filterData[idata+3] = filterRefAdd({ value: args[3], - cache: null, + $cache: null, }); return idata; } @@ -1602,11 +1602,11 @@ const FilterModifierResult = class { } get cache() { - return this.refs.cache; + return this.refs.$cache; } set cache(a) { - this.refs.cache = a; + this.refs.$cache = a; } logData() {