Browse Source

auto commit

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

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

@@ -80,6 +80,7 @@ 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 84
     // eval(exe)
84 85
 
85 86
 }

Loading…
Cancel
Save