Преглед изворни кода

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 година
родитељ
комит
3ca6108083
1 измењених фајлова са 2 додато и 1 уклоњено
  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";