Browse Source

auto commit

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

+ 2
- 2
mdev/dev_sto.native.js View File

564
 
564
 
565
 	}
565
 	}
566
 	_run_cbs_ub(key,arg_obj){
566
 	_run_cbs_ub(key,arg_obj){
567
-		if (!key in this.cb_sto){return}
568
-		clog("_run_cbs_ub:",key)
567
+		// if (!key in this.cb_sto){return}
568
+		// clog("_run_cbs_ub:",key)
569
 	
569
 	
570
 		var k,v
570
 		var k,v
571
 		var o = {
571
 		var o = {

Loading…
Cancel
Save