|
@@ -4,6 +4,7 @@
|
|
define('jquery.browser', [], function () { return jQuery; });
|
|
define('jquery.browser', [], function () { return jQuery; });
|
|
define('awesomplete', [], function () { return jQuery; });
|
|
define('awesomplete', [], function () { return jQuery; });
|
|
define('lodash', [], function () { return _; });
|
|
define('lodash', [], function () { return _; });
|
|
|
|
+ define('lodash.converter', [], function () { return fp; });
|
|
define('lodash.noconflict', [], function () { return _; });
|
|
define('lodash.noconflict', [], function () { return _; });
|
|
define('moment_with_locales', [], function () { return moment; });
|
|
define('moment_with_locales', [], function () { return moment; });
|
|
define('strophe', [], function () {
|
|
define('strophe', [], function () {
|