Browse Source

auto commit

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

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

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

Loading…
Cancel
Save