Browse Source

auto commit

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

+ 3
- 1
mdev/dev_sto.native.js View File

9
 
9
 
10
 
10
 
11
 function log_a1(lstr,o={}){
11
 function log_a1(lstr,o={}){
12
+	/*
13
+	*/
12
 	try {
14
 	try {
13
-		tglob_au.run_dev_cbs("sto_log",{lstr,...o})
15
+		window.tglob_au.run_dev_cbs("sto_log",{lstr,...o})
14
 	} catch (err) {
16
 	} catch (err) {
15
 		console.log("err:sto_log_dflt",lstr)
17
 		console.log("err:sto_log_dflt",lstr)
16
 	}
18
 	}

Loading…
Cancel
Save