mirror of https://github.com/gorhill/uBlock.git
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,
|
||||
get: noopnullfn,
|
||||
getAttributeKeys: nooparrayfn,
|
||||
getTargeting: noopfn,
|
||||
getTargeting: nooparrayfn,
|
||||
getTargetingKeys: nooparrayfn,
|
||||
getSlots: nooparrayfn,
|
||||
refresh: noopfn,
|
||||
|
|
Loading…
Reference in New Issue