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

Skip to content

Commit 46b857a

Browse files
committed
copy
1 parent e946084 commit 46b857a

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

src/gridstack.jQueryUI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* gridstack.js 0.2.7-dev
33
* http://troolee.github.io/gridstack.js/
4-
* (c) 2014-2016 Pavel Reznikov
4+
* (c) 2014-2016 Pavel Reznikov, Dylan Weiss
55
* gridstack.js may be freely distributed under the MIT license.
66
* @preserve
77
*/

src/gridstack.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
/**
22
* gridstack.js 0.2.7-dev
33
* http://troolee.github.io/gridstack.js/
4-
* (c) 2014-2016 Pavel Reznikov
4+
* (c) 2014-2016 Pavel Reznikov, Dylan Weiss
55
* gridstack.js may be freely distributed under the MIT license.
66
* @preserve
77
*/
88
(function(factory) {
99
if (typeof define === 'function' && define.amd) {
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/droppable',
15-
'jquery-ui/widgets/resizable'], factory);
10+
define(['jquery', 'lodash'], factory);
1611
} else if (typeof exports !== 'undefined') {
1712
try { jQuery = require('jquery'); } catch (e) {}
1813
try { _ = require('lodash'); } catch (e) {}

0 commit comments

Comments
 (0)