mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 12:13:08 +00:00
Removed old unused draggable options object
This commit is contained in:
parent
d4ed2907a5
commit
a7b14532d8
1 changed files with 0 additions and 7 deletions
|
@ -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',
|
||||
},
|
||||
};
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue