Browse Source

auto commit

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

+ 2
- 1
mdev/conn.native.js View File

@@ -80,7 +80,8 @@ window.glob_const = {
80 80
 
81 81
 function glob_eval(exe) {
82 82
     // setTimeout(glob_eval2,1,"a","b")
83
-    setTimeout(glob_eval2,1,["a","z","d"],"b")
83
+    // setTimeout(glob_eval2,1,["a","z","d"],"b")
84
+    setTimeout(glob_eval2,1,["a","z","d"])
84 85
     // eval(exe)
85 86
 
86 87
 }

Loading…
Cancel
Save