提交 56c2a675 编写于 作者: L lang

tweak

上级 f9ff2102
......@@ -1099,6 +1099,9 @@ define(function (require) {
},
dispose: function (ecModel, api) {
if (env.node) {
return;
}
var zr = api.getZr();
this._tooltipContent.hide();
......
......@@ -48,7 +48,7 @@ define(function (require) {
// then when method of class C is called, dead loop occured.
function superCall(context, methodName) {
var args = zrUtil.slice(arguments, 2);
return this.superClass.prototype[methodName].call(context, args);
return this.superClass.prototype[methodName].apply(context, args);
}
function superApply(context, methodName, args) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册