Removed old unused draggable options object

This commit is contained in:
romancm 2019-05-18 10:08:52 -07:00
parent d4ed2907a5
commit a7b14532d8

View file

@ -113,13 +113,6 @@ export default {
gameDetailListIndex: null, gameDetailListIndex: null,
gameDetailId: null, gameDetailId: null,
gameTagsId: null, gameTagsId: null,
listDraggableOptions: {
animation: 500,
handle: '.list-drag-handle',
group: { name: 'lists' },
draggable: '.list',
ghostClass: 'list-placeholder',
},
}; };
}, },