Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
5510529b5f
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      mdev/wv0.native.js

+ 5
- 0
mdev/wv0.native.js View File

63
 }
63
 }
64
 
64
 
65
 
65
 
66
+function dbg_vbx_onpress(event){
67
+    clog("dbg_vbx_onpress:",event)
68
+    clog("dbg_vbx_onpress:a",arguments)
69
+    clog("dbg_vbx_onpress:this",this)
70
+}
66
 function fncb_only_v2(fn_name,arg1){
71
 function fncb_only_v2(fn_name,arg1){
67
     var that0 = this
72
     var that0 = this
68
     // var ret = function(arg2){
73
     // var ret = function(arg2){

Loading…
Cancel
Save