From e3bdf13cb5aefbc452d72293f6c9add0216e696c Mon Sep 17 00:00:00 2001 From: shaoying Date: Sun, 6 Jun 2021 22:26:37 +0800 Subject: [PATCH] opt some --- frame.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frame.js b/frame.js index 73af2210..27a4927b 100644 --- a/frame.js +++ b/frame.js @@ -220,7 +220,7 @@ Volcanos("onappend", {help: "渲染引擎", list: [], _init: function(can, meta, can.user.input(event, can, input, function(ev, button, data, list, args) { var msg = can.request(event, {_handle: "true"}, can.Option()) can.onappend._output(can, meta, event, cmds.slice(0, 2).concat(args), function(msg) { - can.onappend._output(can, meta, event, can.Pack(), cb) + can.onappend._output(can, meta, {}, can.Pack(), cb) }, true) }) return