From 88695a698eb9afa0c7e0d41c6a7583e68e3e10a2 Mon Sep 17 00:00:00 2001 From: jos Date: Tue, 24 Mar 2015 17:07:03 +0100 Subject: [PATCH] Removed typo in className --- lib/timeline/Core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';