Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
1fa9652f06
1 changed files with 5 additions and 4 deletions
  1. 5
    4
      mdev/conn.native.js

+ 5
- 4
mdev/conn.native.js View File

@@ -79,13 +79,14 @@ window.glob_const = {
79 79
 
80 80
 
81 81
 function glob_eval(exe) {
82
-    setTimeout(glob_eval2,1,)
83
-    eval(exe)
82
+    setTimeout(glob_eval2,1,"a","b")
83
+    // eval(exe)
84 84
 
85 85
 }
86 86
 window.glob_eval = glob_eval
87
-function glob_eval2(exe) {
88
-    eval(exe)
87
+function glob_eval2(exe,exe1) {
88
+    // eval(exe)
89
+    clog("glob_eval2:",exe,exe1)
89 90
 
90 91
 }
91 92
 

Loading…
Cancel
Save