From ed677bd031323c429c34c2e14a9c9e7064482b24 Mon Sep 17 00:00:00 2001 From: Sam Sneed <163201376+sam-sneed@users.noreply.github.com> Date: Fri, 31 May 2024 21:28:41 +0000 Subject: [PATCH] Update jspp.js --- jspp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)