Skip to content

Commit 19a3e1d

Browse files
committed
Remove commented half-broken eval
1 parent 432fe02 commit 19a3e1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tApp.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,6 @@ class tApp {
395395
if(data == null) {
396396
data = {};
397397
}
398-
// return tApp.eval(tApp.optionsToEval(data) + "let _____tApp_____result = (function() {return eval(\"" + code.replaceAll("\"", "\\\"") + "\")})();" + tApp.restoreOptions(data) + "[_____tApp_____result, _____tApp_____returnOptions]");
399398
return tApp.eval(tApp.optionsToEval(data) + `let _____tApp_____result = (function() {return eval("${code.replaceAll("\"", "\\\"")}")})();${tApp.restoreOptions(data)}[_____tApp_____result, _____tApp_____returnOptions]`);
400399
}
401400
static getComponent(id) {

0 commit comments

Comments
 (0)