Update jspp.js

This commit is contained in:
Sam Sneed 2024-05-31 21:39:50 +00:00 committed by GitHub
parent 4a3a9917dd
commit 6f9e05036b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,8 +3,6 @@
// Now Maintained by Sneed Group // Now Maintained by Sneed Group
// Licensed under Samuel Public License with <3 // Licensed under Samuel Public License with <3
const pp = new JSPlusPlus
const htmlFront = new JSPlusPlus.HTMLFrontend
class JSPlusPlus { class JSPlusPlus {
static General = class { static General = class {
@ -759,3 +757,6 @@ class JSPlusPlus {
} }
} }
const pp = new JSPlusPlus
const htmlFront = new JSPlusPlus.HTMLFrontend