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 = '#';