Fix jshint error: undefined $

This commit is contained in:
JC Brand 2016-10-21 14:36:09 +00:00
parent 575e9da705
commit 49500a5f2c

View File

@ -34,8 +34,8 @@ if (typeof define !== 'undefined') {
/* END: Removable components */
], function(converse_api) {
converse_api.env.jQuery(window).trigger('converse-loaded', converse_api);
window.converse = converse_api;
$(window).trigger('converse-loaded', converse_api);
return converse_api;
});
}