Explorar el Código

Add controlbox back as dependency of MUC.

Will have to come up with some other way to disable it in cases where it's not
needed.
JC Brand hace 9 años
padre
commit
3ca6108083
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/converse-muc.js

+ 2 - 1
src/converse-muc.js

@@ -14,7 +14,8 @@
             "converse-core",
             "converse-api",
             "typeahead",
-            "converse-chatview"
+            "converse-chatview",
+            "converse-controlbox"
     ], factory);
 }(this, function (converse, converse_api) {
     "use strict";