1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

Fix regression in cosmetic filtering

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/740

Related commit:
- 3f074d7908
This commit is contained in:
Raymond Hill 2019-09-30 10:40:56 -04:00
parent e1d75ee602
commit 41ab06a47b
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -62,7 +62,7 @@ if (
self.vAPI instanceof Object === false || vAPI.uBO !== true
)
) {
self.vAPI = { uBO: true };
vAPI = self.vAPI = { uBO: true };
}