1
0
forked from x/volcanos
This commit is contained in:
shaoying 2021-10-18 23:04:16 +08:00
parent 0a8ded2706
commit e10f07301b

View File

@ -1,3 +1,4 @@
_can_name = "/frame.js"
Volcanos("onengine", {help: "搜索引擎", list: [], _init: function(can, meta, list, cb, target) {
can.run = function(event, cmds, cb) { var msg = can.request(event); cmds = cmds||[]
return (can.onengine[cmds[0]]||can.onengine._remote)(event, can, msg, can, cmds, cb)
@ -772,3 +773,4 @@ Volcanos("onkeypop", {help: "键盘交互", list: [], _focus: [], _init: functio
target.setSelectionRange(start, start)
},
})
_can_name = ""