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:
parent
eb3252542e
commit
3ca6108083
@ -14,7 +14,8 @@
|
|||||||
"converse-core",
|
"converse-core",
|
||||||
"converse-api",
|
"converse-api",
|
||||||
"typeahead",
|
"typeahead",
|
||||||
"converse-chatview"
|
"converse-chatview",
|
||||||
|
"converse-controlbox"
|
||||||
], factory);
|
], factory);
|
||||||
}(this, function (converse, converse_api) {
|
}(this, function (converse, converse_api) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
Loading…
Reference in New Issue
Block a user