Skip to content

Commit cb7e0bd

Browse files
committed
Add jQuery UI Droppable as module requirement - dist files
1 parent 7f1d362 commit cb7e0bd

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

dist/gridstack.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
'jquery-ui/form', 'jquery-ui/ie', 'jquery-ui/keycode', 'jquery-ui/labels', 'jquery-ui/jquery-1-7',
1212
'jquery-ui/plugin', 'jquery-ui/safe-active-element', 'jquery-ui/safe-blur', 'jquery-ui/scroll-parent',
1313
'jquery-ui/tabbable', 'jquery-ui/unique-id', 'jquery-ui/version', 'jquery-ui/widget',
14-
'jquery-ui/widgets/mouse', 'jquery-ui/widgets/draggable', 'jquery-ui/widgets/resizable'], factory);
14+
'jquery-ui/widgets/mouse', 'jquery-ui/widgets/draggable', 'jquery-ui/widgets/droppable',
15+
'jquery-ui/widgets/resizable'], factory);
1516
} else if (typeof exports !== 'undefined') {
1617
try { jQuery = require('jquery'); } catch (e) {}
1718
try { _ = require('lodash'); } catch (e) {}

0 commit comments

Comments
 (0)