From a7b14532d85cdc9b2d7cb05b8d09489adfc6115e Mon Sep 17 00:00:00 2001 From: romancm Date: Sat, 18 May 2019 10:08:52 -0700 Subject: [PATCH] Removed old unused draggable options object --- src/pages/GameBoard.vue | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/pages/GameBoard.vue b/src/pages/GameBoard.vue index e5aa605a..cf1793d0 100755 --- a/src/pages/GameBoard.vue +++ b/src/pages/GameBoard.vue @@ -113,13 +113,6 @@ export default { gameDetailListIndex: null, gameDetailId: null, gameTagsId: null, - listDraggableOptions: { - animation: 500, - handle: '.list-drag-handle', - group: { name: 'lists' }, - draggable: '.list', - ghostClass: 'list-placeholder', - }, }; },