From 3d60d1bde4e682f41137537ba8a44b0aacc40038 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 11 Aug 2023 17:55:29 -0400 Subject: [PATCH] Comment --- platform/mv3/scriptlets/scriptlet.template.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/mv3/scriptlets/scriptlet.template.js b/platform/mv3/scriptlets/scriptlet.template.js index f6ade44f2..9bd81be83 100644 --- a/platform/mv3/scriptlets/scriptlet.template.js +++ b/platform/mv3/scriptlets/scriptlet.template.js @@ -37,7 +37,7 @@ /******************************************************************************/ -// Start of injected code +// Start of code to inject const uBOL_$scriptletName$ = function() { const scriptletGlobals = new Map(); // jshint ignore: line @@ -122,7 +122,7 @@ argsList.length = 0; /******************************************************************************/ }; -// End of injected code +// End of code to inject /******************************************************************************/