Merge pull request #151 from radiolips/bugfix/amd-jquery-ui

Bugfix/amd jquery ui
This commit is contained in:
Pavel Reznikov 2015-05-31 00:24:52 -07:00
commit 5d6ebe6259

View file

@ -5,7 +5,7 @@
(function (factory) {
if (typeof define === 'function' && define.amd) {
define(['jquery', 'lodash'], factory);
define(['jquery', 'lodash', 'jquery-ui/core', 'jquery-ui/widget', 'jquery-ui/mouse', 'jquery-ui/draggable', 'jquery-ui/resizable'], factory);
}
else {
factory(jQuery, _);