Browse Source

Removing duplicate line (#3578)

Removing duplicate line
mbroad/code-climate-coverage-develop
Pascal Gula 6 years ago
committed by Yotam Berkowitz
parent
commit
d53042af10
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      lib/timeline/Core.js

+ 0
- 1
lib/timeline/Core.js View File

@ -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);

Loading…
Cancel
Save