|
|
@ -174,7 +174,7 @@ class ScriptAndStyleContext { |
|
|
|
|
|
|
|
if (this.#functions.size > 0) { |
|
|
|
let funcTag = document.createElement('script'); |
|
|
|
for (const tuple of this.#functions.entries) { |
|
|
|
for (const tuple of this.#functions.entries()) { |
|
|
|
let regName = tuple[0]; |
|
|
|
let fsb = tuple[1]; |
|
|
|
funcTag.innerText += getScriptTagInjectionText(fsb.func, regName); |
|
|
|