mirror of https://github.com/gorhill/uBlock.git
typo in code
This commit is contained in:
parent
51a6c8beba
commit
76337c2ac8
|
@ -1506,7 +1506,7 @@ FilterParser.prototype.parse = function(s) {
|
|||
}
|
||||
|
||||
// regex?
|
||||
if ( s.charAt(0) === '/' && s.slice(-1) === '/' && s.lenght > 2 ) {
|
||||
if ( s.charAt(0) === '/' && s.slice(-1) === '/' && s.length > 2 ) {
|
||||
this.isRegex = true;
|
||||
this.f = s.slice(1, -1);
|
||||
return this;
|
||||
|
|
Loading…
Reference in New Issue