1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

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.prototype.toString = function() {
return this.s;
return '||' + this.s;
};
FilterGenericHnAnchored.prototype.toSelfie = function() {