1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-03 02:37:21 +02:00

[mv3] Adjust as per changes in uBO base

This commit is contained in:
Raymond Hill 2024-01-26 14:51:50 -05:00
parent 120e845a81
commit be1f938c17
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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$;