Skip to content

Commit 7f1d362

Browse files
committed
Add jQuery UI Droppable as module requirement
1 parent 2de0c4e commit 7f1d362

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/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)