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,6 +63,11 @@ class Wview_ui extends PureComponent<Props> {
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 71
 function fncb_only_v2(fn_name,arg1){
67 72
     var that0 = this
68 73
     // var ret = function(arg2){

Loading…
Cancel
Save