1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-04 16:47:15 +02:00

Return empty array instead of undefined

Related discussion:
- https://github.com/uBlockOrigin/uAssets/discussions/18649
This commit is contained in:
Raymond Hill 2023-06-23 20:42:58 -04:00
parent 7ba85472d7
commit 7184f93cb0
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -73,7 +73,7 @@
enableVideoAds: noopfn,
get: noopnullfn,
getAttributeKeys: nooparrayfn,
getTargeting: noopfn,
getTargeting: nooparrayfn,
getTargetingKeys: nooparrayfn,
getSlots: nooparrayfn,
refresh: noopfn,