Browse Source

Merge pull request #106 from Gillingham/develop

Fix typo in Timeline.js for stack option
css_transitions
Jos de Jong 10 years ago
parent
commit
5c00aec51f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/timeline/Timeline.js

+ 1
- 1
src/timeline/Timeline.js View File

@ -15,7 +15,7 @@ function Timeline (container, items, options) {
orientation: 'bottom',
direction: 'horizontal', // 'horizontal' or 'vertical'
autoResize: true,
stacking: true,
stack: true,
editable: {
updateTime: false,

Loading…
Cancel
Save