Procházet zdrojové kódy

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 před 9 roky
rodič
revize
3ca6108083
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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";