Include AMD references to jQuery-ui to load properly.

This commit is contained in:
d 2015-05-30 16:05:24 -04:00
commit 203cc88ab8

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, _);