mirror of https://github.com/gorhill/uBlock.git
code review
This commit is contained in:
parent
aaddab2023
commit
4a9e6c22cc
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue