From 111ed6afc5a291d9aa27ec11b04436b74af9f8a1 Mon Sep 17 00:00:00 2001 From: Eric Gillingham Date: Thu, 1 May 2014 16:27:10 -0700 Subject: [PATCH] Correct type for stack option, docs and code use stack, but Timeline.js used stacking for the default, making it not stack by default. --- src/timeline/Timeline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timeline/Timeline.js b/src/timeline/Timeline.js index edcf0411..8ff789ef 100644 --- a/src/timeline/Timeline.js +++ b/src/timeline/Timeline.js @@ -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,