This commit is contained in:
gorhill 2015-09-13 14:37:35 -04:00
parent 31f9cfe3de
commit f5bb9cec69
1 changed files with 1 additions and 1 deletions

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