提交 3a7938f9 编写于 作者: L lang

Typo

上级 a7aaf66a
......@@ -6,12 +6,10 @@ define(function (require) {
// var zrUtil = require('zrender/core/util');
// var graphic = require('../../util/graphic');
var ComponentView = require('../../view/Component');
// Constants
return ComponentView.extend({
type: 'timeline'
});
});
\ No newline at end of file
......@@ -212,7 +212,7 @@ define(function (require) {
var tooltipContent = this._tooltipContent;
tooltipContent.update();
tooltipContent.enterable = tooltipModel.get('enterbale');
tooltipContent.enterable = tooltipModel.get('enterable');
this._alwaysShowContent = tooltipModel.get('alwaysShowContent');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册