mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 17:17:57 +01:00
code review
This commit is contained in:
parent
aaddab2023
commit
4a9e6c22cc
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue