diff --git a/src/gridstack.jQueryUI.js b/src/gridstack.jQueryUI.js index 1ae8575..e8c6333 100644 --- a/src/gridstack.jQueryUI.js +++ b/src/gridstack.jQueryUI.js @@ -1,7 +1,7 @@ /** * gridstack.js 0.2.7-dev * http://troolee.github.io/gridstack.js/ - * (c) 2014-2016 Pavel Reznikov + * (c) 2014-2016 Pavel Reznikov, Dylan Weiss * gridstack.js may be freely distributed under the MIT license. * @preserve */ diff --git a/src/gridstack.js b/src/gridstack.js index 03c4d90..c23e145 100644 --- a/src/gridstack.js +++ b/src/gridstack.js @@ -1,18 +1,13 @@ /** * gridstack.js 0.2.7-dev * http://troolee.github.io/gridstack.js/ - * (c) 2014-2016 Pavel Reznikov + * (c) 2014-2016 Pavel Reznikov, Dylan Weiss * gridstack.js may be freely distributed under the MIT license. * @preserve */ (function(factory) { if (typeof define === 'function' && define.amd) { - define(['jquery', 'lodash', 'jquery-ui/data', 'jquery-ui/disable-selection', 'jquery-ui/focusable', - 'jquery-ui/form', 'jquery-ui/ie', 'jquery-ui/keycode', 'jquery-ui/labels', 'jquery-ui/jquery-1-7', - 'jquery-ui/plugin', 'jquery-ui/safe-active-element', 'jquery-ui/safe-blur', 'jquery-ui/scroll-parent', - 'jquery-ui/tabbable', 'jquery-ui/unique-id', 'jquery-ui/version', 'jquery-ui/widget', - 'jquery-ui/widgets/mouse', 'jquery-ui/widgets/draggable', 'jquery-ui/widgets/droppable', - 'jquery-ui/widgets/resizable'], factory); + define(['jquery', 'lodash'], factory); } else if (typeof exports !== 'undefined') { try { jQuery = require('jquery'); } catch (e) {} try { _ = require('lodash'); } catch (e) {}