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

Skip to content

Commit 59eb930

Browse files
committed
jquery-ui paths
1 parent d6590d6 commit 59eb930

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/gridstack.jQueryUI.js

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

0 commit comments

Comments
 (0)