diff --git a/lib/timeline/Core.js b/lib/timeline/Core.js index d0b44f98..0550c5b1 100644 --- a/lib/timeline/Core.js +++ b/lib/timeline/Core.js @@ -55,7 +55,7 @@ Core.prototype._create = function (container) { this.dom.background.className = 'vispanel background'; this.dom.backgroundVertical.className = 'vispanel background vertical'; this.dom.backgroundHorizontal.className = 'vispanel background horizontal'; - this.dom.centerContainer.className = 'vispanel center jooo'; + this.dom.centerContainer.className = 'vispanel center'; this.dom.leftContainer.className = 'vispanel left'; this.dom.rightContainer.className = 'vispanel right'; this.dom.top.className = 'vispanel top';