Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 2e0dbc1 commit 203cc88Copy full SHA for 203cc88
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