mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +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
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
enableVideoAds: noopfn,
|
||||
get: noopnullfn,
|
||||
getAttributeKeys: nooparrayfn,
|
||||
getTargeting: noopfn,
|
||||
getTargeting: nooparrayfn,
|
||||
getTargetingKeys: nooparrayfn,
|
||||
getSlots: nooparrayfn,
|
||||
refresh: noopfn,
|
||||
|
|
Loading…
Reference in a new issue