Commit c21a2352 authored by JC Brand's avatar JC Brand

Make sure the converse object is globally available

We need it so that we can call initialize from the HTML template
parent a4e67188
require(["jquery", "converse"], function($, converse) {});
require(["jquery", "converse"], function($, converse) {
window.converse = converse;
});
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment