提交 2b7a2d94 编写于 作者: K kener

代码优化

上级 b34c5c18
......@@ -1087,7 +1087,6 @@ define(function (require) {
this._dataView = null;
}
this.clear();
this.shapeList = null;
},
......
......@@ -1553,13 +1553,11 @@ define(function (require) {
clearTimeout(this._showingTicket);
this.zr.un(zrConfig.EVENT.MOUSEMOVE, self._onmousemove);
this.zr.un(zrConfig.EVENT.GLOBALOUT, self._onglobalout);
if (this.hasAppend) {
this.dom.firstChild.removeChild(this._tDom);
}
this._tDom = null;
// this.clear();
this.shapeList = null;
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册