mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
Fix make lint
warning
This commit is contained in:
parent
e8e7294431
commit
0df8986b52
@ -1693,8 +1693,8 @@ const FilterOriginHitSetTest = class extends FilterOriginHitSet {
|
|||||||
origHNTrieContainer
|
origHNTrieContainer
|
||||||
.setNeedle(`${$docEntity.compute()}.*`)
|
.setNeedle(`${$docEntity.compute()}.*`)
|
||||||
.matches(super.getTrie(ihitset)) !== -1
|
.matches(super.getTrie(ihitset)) !== -1
|
||||||
? 1
|
? 1
|
||||||
: 0;
|
: 0;
|
||||||
}
|
}
|
||||||
return filterData[idata+3] !== 0;
|
return filterData[idata+3] !== 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user