mirror of
https://shylinux.com/x/volcanos
synced 2025-04-29 18:29:21 +08:00
opt some
This commit is contained in:
parent
d7ab130ce3
commit
6bfdb68f37
2
frame.js
2
frame.js
@ -350,7 +350,7 @@ Volcanos("onappend", {help: "渲染引擎", list: [], _init: function(can, meta,
|
|||||||
}
|
}
|
||||||
|
|
||||||
function run(cmds) { var msg = can.sup.request(event, line, can.Option())
|
function run(cmds) { var msg = can.sup.request(event, line, can.Option())
|
||||||
return can.run(event, cmds, null, true)
|
return can.run(event, cmds, function(msg) { can.Update() }, true)
|
||||||
}
|
}
|
||||||
|
|
||||||
return {text: [value, html.TD], onclick: function(event) { var target = event.target
|
return {text: [value, html.TD], onclick: function(event) { var target = event.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user