Update jspp.js
This commit is contained in:
parent
2851ce9b12
commit
3dffa7e412
1 changed files with 1 additions and 1 deletions
2
jspp.js
2
jspp.js
|
@ -335,7 +335,7 @@ class JSPlusPlus {
|
|||
|
||||
require(jsURI) {
|
||||
let gen = new JSPlusPlus.General
|
||||
gen.readInternetText(jsURI);
|
||||
let req = gen.readInternetText(jsURI);
|
||||
gen.exec(req);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue