1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

Fix typo in last commit

Related commit:
- 36711a7c07
This commit is contained in:
Raymond Hill 2020-04-14 11:57:59 -04:00
parent 676fff6843
commit efa3c140ab
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -3006,7 +3006,7 @@ FilterContainer.prototype.compile = function(raw, writer) {
if (
parsed.isPureHostname &&
parsed.domainOpt === '' &&
parsed.denyAllow === '' &&
parsed.denyallow === '' &&
parsed.dataType === undefined
) {
parsed.tokenHash = this.dotTokenHash;