mirror of https://github.com/gorhill/uBlock.git
Add missing method to shim script
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/2225
This commit is contained in:
parent
b80da153b7
commit
04114942aa
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue