From c2e7123037c92b5414a9ca642e9fc6692c9e6ffb Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 24 Jul 2015 15:57:37 +0200 Subject: [PATCH] removed unused option groupsDraggable --- lib/timeline/component/ItemSet.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/timeline/component/ItemSet.js b/lib/timeline/component/ItemSet.js index 6e628473..642dbbd7 100644 --- a/lib/timeline/component/ItemSet.js +++ b/lib/timeline/component/ItemSet.js @@ -34,7 +34,6 @@ function ItemSet(body, options) { }, align: 'auto', // alignment of box items stack: true, - groupsDraggable: false, groupOrderSwap: function(draggedGroup, targetGroup, groups) { var targetOrder = targetGroup.order; targetGroup.order = draggedGroup.order;