|
7 | 7 | */
|
8 | 8 | (function(factory) {
|
9 | 9 | 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); |
16 | 16 | } else if (typeof exports !== 'undefined') {
|
17 | 17 | try { jQuery = require('jquery'); } catch (e) {}
|
18 | 18 | try { _ = require('lodash'); } catch (e) {}
|
|
0 commit comments