Commit 2b8f6c43 authored by Senya's avatar Senya Committed by JC Brand

Add backbone.overview as a dependency for chatboxes (#1016)

parent 6d3114b5
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
/*global define */ /*global define */
(function (root, factory) { (function (root, factory) {
define(["converse-core"], factory); define(["converse-core", "backbone.overview"], factory);
}(this, function (converse) { }(this, function (converse) {
"use strict"; "use strict";
const { Backbone, Promise, Strophe, b64_sha1, moment, utils, _ } = converse.env; const { Backbone, Promise, Strophe, b64_sha1, moment, utils, _ } = converse.env;
......
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