require jqueryui in admin/extend/widgets

This commit is contained in:
pichalite
2016-08-30 04:33:25 +00:00
parent 3ef7c57a63
commit af32d0ad40

View File

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