Code review; fixes #920

This commit is contained in:
Chris 2015-03-03 01:02:09 -07:00
parent 09deb9906e
commit d4ef9254dc

View file

@ -931,7 +931,7 @@ FilterGenericHnAnchoredHostname.prototype.match = function(url) {
if ( pageHostnameRegister.slice(-this.hostname.length) !== this.hostname ) {
return false;
}
return FilterGenericHnAnchored.prototype.match.call(this. url);
return FilterGenericHnAnchored.prototype.match.call(this, url);
};
FilterGenericHnAnchoredHostname.fid = FilterGenericHnAnchoredHostname.prototype.fid = '||_h';