1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-03 01:29:39 +02:00
This commit is contained in:
gorhill 2015-09-13 14:37:35 -04:00
parent 31f9cfe3de
commit f5bb9cec69

View File

@ -88,7 +88,7 @@ var FilterPlain = function() {
};
FilterPlain.prototype.retrieve = function(s, out) {
out.push(this.s);
out.push(s);
};
FilterPlain.prototype.fid = '#';