Explorar o código

Make sure the converse object is globally available

We need it so that we can call initialize from the HTML template
JC Brand %!s(int64=12) %!d(string=hai) anos
pai
achega
c21a235243
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      main.js

+ 3 - 1
main.js

@@ -1 +1,3 @@
-require(["jquery", "converse"], function($, converse) {});
+require(["jquery", "converse"], function($, converse) {
+    window.converse = converse;
+});