Jelajahi Sumber

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 tahun lalu
induk
melakukan
3ca6108083
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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";