first commit
This commit is contained in:
8
www/bower_components/Sortable/entry/entry-complete.js
vendored
Normal file
8
www/bower_components/Sortable/entry/entry-complete.js
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import Sortable from './entry-defaults.js';
|
||||
import Swap from '../plugins/Swap';
|
||||
import MultiDrag from '../plugins/MultiDrag';
|
||||
|
||||
Sortable.mount(new Swap());
|
||||
Sortable.mount(new MultiDrag());
|
||||
|
||||
export default Sortable;
|
||||
Reference in New Issue
Block a user