From 6f9e05036bb23f41610b043240476f5a1915f669 Mon Sep 17 00:00:00 2001 From: Sam Sneed <163201376+sam-sneed@users.noreply.github.com> Date: Fri, 31 May 2024 21:39:50 +0000 Subject: [PATCH] Update jspp.js --- jspp.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jspp.js b/jspp.js index 89d9856..4569f9a 100644 --- a/jspp.js +++ b/jspp.js @@ -3,8 +3,6 @@ // Now Maintained by Sneed Group // Licensed under Samuel Public License with <3 -const pp = new JSPlusPlus -const htmlFront = new JSPlusPlus.HTMLFrontend class JSPlusPlus { static General = class { @@ -759,3 +757,6 @@ class JSPlusPlus { } } + +const pp = new JSPlusPlus +const htmlFront = new JSPlusPlus.HTMLFrontend