diff --git a/lib/timeline/Core.js b/lib/timeline/Core.js index 134c1580..d3f73764 100644 --- a/lib/timeline/Core.js +++ b/lib/timeline/Core.js @@ -76,7 +76,6 @@ Core.prototype._create = function (container) { this.dom.root.appendChild(this.dom.rightContainer); this.dom.root.appendChild(this.dom.top); this.dom.root.appendChild(this.dom.bottom); - this.dom.root.appendChild(this.dom.bottom); this.dom.root.appendChild(this.dom.rollingModeBtn); this.dom.centerContainer.appendChild(this.dom.center);