require jqueryui in admin/extend/widgets

v1.18.x
pichalite 9 years ago
parent 3ef7c57a63
commit af32d0ad40

@ -1,7 +1,7 @@
"use strict"; "use strict";
/* global define, app, socket */ /* global define, app, socket */
define('admin/extend/widgets', function() { define('admin/extend/widgets', ['jqueryui'], function(jqueryui) {
var Widgets = {}; var Widgets = {};
Widgets.init = function() { Widgets.init = function() {

Loading…
Cancel
Save