Commit 55593245 authored by JC Brand's avatar JC Brand

converse-otr should depend on converse-minimize

Also generated new dist files.

updates #616
parent ae6a7f4b
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -10,7 +10,12 @@
* encryption of one-on-one chat messages.
*/
(function (root, factory) {
define("converse-otr", ["otr", "converse-core", "converse-api"], factory);
define("converse-otr", [
"otr",
"converse-core",
"converse-api",
"converse-minimize"
], factory);
}(this, function (otr, converse, converse_api) {
"use strict";
// Strophe methods for building stanzas
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment