mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-23 10:52:43 +01:00
Return empty array instead of undefined
Related discussion: - https://github.com/uBlockOrigin/uAssets/discussions/18649
This commit is contained in:
parent
7ba85472d7
commit
7184f93cb0
@ -73,7 +73,7 @@
|
|||||||
enableVideoAds: noopfn,
|
enableVideoAds: noopfn,
|
||||||
get: noopnullfn,
|
get: noopnullfn,
|
||||||
getAttributeKeys: nooparrayfn,
|
getAttributeKeys: nooparrayfn,
|
||||||
getTargeting: noopfn,
|
getTargeting: nooparrayfn,
|
||||||
getTargetingKeys: nooparrayfn,
|
getTargetingKeys: nooparrayfn,
|
||||||
getSlots: nooparrayfn,
|
getSlots: nooparrayfn,
|
||||||
refresh: noopfn,
|
refresh: noopfn,
|
||||||
|
Loading…
Reference in New Issue
Block a user