diff --git a/jspp.js b/jspp.js index 7b4ed76..c61f96b 100644 --- a/jspp.js +++ b/jspp.js @@ -348,7 +348,7 @@ class JSPlusPlus { } static HTMLFrontend = class { - const htmlFront = new JSPlusPlus.HTMLFrontend + htmlFront = new JSPlusPlus.HTMLFrontend // Get element by ID getElementById(elementID) { return document.getElementById(elementID)