code review

This commit is contained in:
gorhill 2015-03-02 11:25:45 -05:00
parent aaddab2023
commit 4a9e6c22cc

View file

@ -904,7 +904,7 @@ FilterGenericHnAnchored.prototype.match = function(url) {
FilterGenericHnAnchored.fid = FilterGenericHnAnchored.prototype.fid = '||_'; FilterGenericHnAnchored.fid = FilterGenericHnAnchored.prototype.fid = '||_';
FilterGenericHnAnchored.prototype.toString = function() { FilterGenericHnAnchored.prototype.toString = function() {
return this.s; return '||' + this.s;
}; };
FilterGenericHnAnchored.prototype.toSelfie = function() { FilterGenericHnAnchored.prototype.toSelfie = function() {