TypeError: converse.log is not a function

This commit is contained in:
JC Brand 2017-04-20 08:55:51 +02:00
parent 0992c8d92e
commit 1a40b7aefb

View File

@ -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);