mirror of https://github.com/gorhill/uBlock.git
#711: oops
This commit is contained in:
parent
31f9cfe3de
commit
f5bb9cec69
|
@ -88,7 +88,7 @@ var FilterPlain = function() {
|
||||||
};
|
};
|
||||||
|
|
||||||
FilterPlain.prototype.retrieve = function(s, out) {
|
FilterPlain.prototype.retrieve = function(s, out) {
|
||||||
out.push(this.s);
|
out.push(s);
|
||||||
};
|
};
|
||||||
|
|
||||||
FilterPlain.prototype.fid = '#';
|
FilterPlain.prototype.fid = '#';
|
||||||
|
|
Loading…
Reference in New Issue