Browse Source

auto commit

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

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

78
 
78
 
79
 
79
 
80
 
80
 
81
+function glob_eval(exe) {
82
+    eval(exe)
83
+
84
+}
85
+
86
+function glob_eval2(exe) {
87
+    eval(exe)
88
+
89
+}
90
+
91
+
81
 function rexe(file) {
92
 function rexe(file) {
82
 	var mlog = clog
93
 	var mlog = clog
83
 
94
 

Loading…
Cancel
Save