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.
This commit is contained in:
JC Brand 2016-06-06 20:52:05 +00:00
parent eb3252542e
commit 3ca6108083

View File

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