mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
#711: oops
This commit is contained in:
parent
31f9cfe3de
commit
f5bb9cec69
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ var FilterPlain = function() {
|
|||
};
|
||||
|
||||
FilterPlain.prototype.retrieve = function(s, out) {
|
||||
out.push(this.s);
|
||||
out.push(s);
|
||||
};
|
||||
|
||||
FilterPlain.prototype.fid = '#';
|
||||
|
|
Loading…
Reference in a new issue