|
@@ -1,11 +1,30 @@
|
|
|
|
|
|
- define('jquery', [], function () { return jQuery; });
|
|
|
|
- define('jquery.noconflict', [], function () { return jQuery; });
|
|
|
|
- define('jquery.browser', [], function () { return jQuery; });
|
|
|
|
- define('awesomplete', [], function () { return jQuery; });
|
|
|
|
|
|
+ define('awesomplete', [], function () { return Awesomplete; });
|
|
define('lodash', [], function () { return _; });
|
|
define('lodash', [], function () { return _; });
|
|
|
|
+ define('underscore', [], function () { return _; });
|
|
define('lodash.converter', [], function () { return fp; });
|
|
define('lodash.converter', [], function () { return fp; });
|
|
define('lodash.noconflict', [], function () { return _; });
|
|
define('lodash.noconflict', [], function () { return _; });
|
|
|
|
+ define('moment', [], function () { return moment; });
|
|
|
|
+ define('moment/locale/af', [], function () { return moment; });
|
|
|
|
+ define('moment/locale/ca', [], function () { return moment; });
|
|
|
|
+ define('moment/locale/de', [], function () { return moment; });
|
|
|
|
+ define('moment/locale/es', [], function () { return moment; });
|
|
|
|
+ define('moment/locale/fr', [], function () { return moment; });
|
|
|
|
+ define('moment/locale/he', [], function () { return moment; });
|
|
|
|
+ define('moment/locale/hu', [], function () { return moment; });
|
|
|
|
+ define('moment/locale/id', [], function () { return moment; });
|
|
|
|
+ define('moment/locale/it', [], function () { return moment; });
|
|
|
|
+ define('moment/locale/ja', [], function () { return moment; });
|
|
|
|
+ define('moment/locale/nb', [], function () { return moment; });
|
|
|
|
+ define('moment/locale/nl', [], function () { return moment; });
|
|
|
|
+ define('moment/locale/pl', [], function () { return moment; });
|
|
|
|
+ define('moment/locale/pt-br', [], function () { return moment; });
|
|
|
|
+ define('moment/locale/ru', [], function () { return moment; });
|
|
|
|
+ define('moment/locale/uk', [], function () { return moment; });
|
|
|
|
+ define('moment/moment', [], function () { return moment; });
|
|
|
|
+ define('i18n', [], function () { return; });
|
|
|
|
+ define('es6-promise', [], function () { return Promise; });
|
|
|
|
+
|
|
define('strophe', [], function () {
|
|
define('strophe', [], function () {
|
|
return {
|
|
return {
|
|
'Strophe': Strophe,
|
|
'Strophe': Strophe,
|