Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c0704f1

Browse files
committed
Merge commit '1079cd4c1c1619d262a7d319925614d423dbed75'
2 parents 62f07b2 + 1079cd4 commit c0704f1

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
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)