提交 79457f05 编写于 作者: C Catouse

* skip result from trigger method in $.zui.callComEvent.

上级 14446270
......@@ -232,7 +232,8 @@
params = [params];
}
var $this = this;
var result = $this.trigger(eventName, params);
var result;
$this.trigger(eventName, params);
var eventCallback = component.options[eventName];
if (eventCallback) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册