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

TypeError: converse.log is not a function

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