Update jspp.js

This commit is contained in:
Sam Sneed 2024-05-31 21:28:41 +00:00 committed by GitHub
parent 9bb0f53ee6
commit ed677bd031
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)