Add missing method to shim script

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2225
This commit is contained in:
Raymond Hill 2022-08-21 12:54:02 -04:00
parent b80da153b7
commit 04114942aa
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@
getTargetingKeys: nooparrayfn, getTargetingKeys: nooparrayfn,
getSlots: nooparrayfn, getSlots: nooparrayfn,
refresh: noopfn, refresh: noopfn,
removeEventListener: noopfn,
set: noopthisfn, set: noopthisfn,
setCategoryExclusion: noopthisfn, setCategoryExclusion: noopthisfn,
setCentering: noopfn, setCentering: noopfn,