Skip to content

Commit 9fecc0d

Browse files
committed
Merge branch 'bugfix/jquery-ui-update'
2 parents c9971a6 + 69ebbdb commit 9fecc0d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/gridstack.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77
*/
88
(function(factory) {
99
if (typeof define === 'function' && define.amd) {
10-
define(['jquery', 'lodash', 'jquery-ui/core', 'jquery-ui/widget', 'jquery-ui/mouse', 'jquery-ui/draggable',
11-
'jquery-ui/resizable'], factory);
10+
define(['jquery', 'lodash', 'jquery-ui/data', 'jquery-ui/disable-selection', 'jquery-ui/focusable',
11+
'jquery-ui/form', 'jquery-ui/ie', 'jquery-ui/keycode', 'jquery-ui/labels', 'jquery-ui/jquery-1-7',
12+
'jquery-ui/plugin', 'jquery-ui/safe-active-element', 'jquery-ui/safe-blur', 'jquery-ui/scroll-parent',
13+
'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);
1215
} else if (typeof exports !== 'undefined') {
1316
try { jQuery = require('jquery'); } catch (e) {}
1417
try { _ = require('lodash'); } catch (e) {}

0 commit comments

Comments
 (0)