Commit 1a40b7ae authored by JC Brand's avatar JC Brand

TypeError: converse.log is not a function

parent 0992c8d9
...@@ -702,7 +702,7 @@ ...@@ -702,7 +702,7 @@
try { try {
this.model.destroy(); this.model.destroy();
} catch (e) { } catch (e) {
converse.log(e); _converse.log(e);
} }
this.remove(); this.remove();
_converse.emit('chatBoxClosed', this); _converse.emit('chatBoxClosed', this);
......
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