From d53042af10614d0f96c181746d44ddf1e0cc18e3 Mon Sep 17 00:00:00 2001 From: Pascal Gula Date: Wed, 18 Oct 2017 13:46:44 +0200 Subject: [PATCH] Removing duplicate line (#3578) Removing duplicate line --- lib/timeline/Core.js | 1 - 1 file changed, 1 deletion(-) 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);