xmpp.chapril.org-conversejs/main.js
JC Brand c21a235243 Make sure the converse object is globally available
We need it so that we can call initialize from the HTML template
2013-07-25 00:07:44 +02:00

4 lines
92 B
JavaScript

require(["jquery", "converse"], function($, converse) {
window.converse = converse;
});