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 {
this.model.destroy();
} catch (e) {
converse.log(e);
_converse.log(e);
}
this.remove();
_converse.emit('chatBoxClosed', this);