Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
5d4abeb6e7
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.bind({a:1},exe),1,["a","z","d"],"b")
83
+    // setTimeout(glob_eval2.bind({a:1},exe),1,["a","z","d"],"b")
84
+    rexe(`${glob_const.full}/ign/j8/ac0/t0/j7.js`)
84 85
     // setTimeout(glob_eval2,1,["a","z","d"])
85 86
     // eval(exe)
86 87
 

Loading…
Cancel
Save