We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a334bc9 + da3ab07 commit 5d6ebe6Copy full SHA for 5d6ebe6
src/gridstack.js
@@ -5,7 +5,7 @@
5
6
(function (factory) {
7
if (typeof define === 'function' && define.amd) {
8
- define(['jquery', 'lodash'], factory);
+ define(['jquery', 'lodash', 'jquery-ui/core', 'jquery-ui/widget', 'jquery-ui/mouse', 'jquery-ui/draggable', 'jquery-ui/resizable'], factory);
9
}
10
else {
11
factory(jQuery, _);
0 commit comments