Browse Source

Removed typo in className

v3_develop
jos 9 years ago
parent
commit
88695a698e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/timeline/Core.js

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

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

Loading…
Cancel
Save