Update jspp.js
This commit is contained in:
parent
4a3a9917dd
commit
6f9e05036b
1 changed files with 3 additions and 2 deletions
5
jspp.js
5
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
|
||||
|
|
Loading…
Reference in a new issue