+import "jquery-sortable";
class ShelfSort {
}
initSortable() {
- const sortable = require('jquery-sortable');
const placeHolderContent = this.getPlaceholderHTML();
-
+ // TODO - Load sortable at this point
return $('.scroll-box').sortable({
group: 'shelf-books',
exclude: '.instruction,.scroll-box-placeholder',
}
-module.exports = ShelfSort;
\ No newline at end of file
+export default ShelfSort;
\ No newline at end of file