mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
[mv3] Adjust as per changes in uBO base
This commit is contained in:
parent
120e845a81
commit
be1f938c17
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
// Start of code to inject
|
||||
const uBOL_$scriptletName$ = function() {
|
||||
|
||||
const scriptletGlobals = new Map(); // jshint ignore: line
|
||||
const scriptletGlobals = {}; // jshint ignore: line
|
||||
|
||||
const argsList = self.$argsList$;
|
||||
|
||||
|
|
Loading…
Reference in a new issue