Update frontend.js
This commit is contained in:
parent
c7aa9f17c9
commit
8f05b551c1
1 changed files with 3 additions and 4 deletions
|
@ -1,3 +1,6 @@
|
|||
// Created by Samuel Lord (NodeMixaholic/Sparksammy)
|
||||
// Now Maintained by Sneed Group
|
||||
// Licensed under Samuel Public License with <3
|
||||
class JSPlusPlus {
|
||||
General = class {
|
||||
//Eval alternative
|
||||
|
@ -19,10 +22,6 @@ class JSPlusPlus {
|
|||
}
|
||||
}
|
||||
Frontend = class {
|
||||
// Created by Samuel Lord (NodeMixaholic/Sparksammy)
|
||||
// Now Maintained by Maxwell (GOrwell1984)
|
||||
// Licensed under Samuel Public License with <3
|
||||
|
||||
// Get element by ID
|
||||
getElementById(elementID) {
|
||||
return document.getElementById(elementID)
|
||||
|
|
Loading…
Reference in a new issue