Sfoglia il codice sorgente

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 9 anni fa
parent
commit
3ca6108083
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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";