mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
#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
Block a user