Update jspp.js
This commit is contained in:
parent
9bb0f53ee6
commit
ed677bd031
1 changed files with 1 additions and 1 deletions
2
jspp.js
2
jspp.js
|
@ -348,7 +348,7 @@ class JSPlusPlus {
|
||||||
|
|
||||||
}
|
}
|
||||||
static HTMLFrontend = class {
|
static HTMLFrontend = class {
|
||||||
const htmlFront = new JSPlusPlus.HTMLFrontend
|
htmlFront = new JSPlusPlus.HTMLFrontend
|
||||||
// Get element by ID
|
// Get element by ID
|
||||||
getElementById(elementID) {
|
getElementById(elementID) {
|
||||||
return document.getElementById(elementID)
|
return document.getElementById(elementID)
|
||||||
|
|
Loading…
Reference in a new issue