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