Explorar o código

TypeError: converse.log is not a function

JC Brand %!s(int64=8) %!d(string=hai) anos
pai
achega
1a40b7aefb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/converse-chatview.js

+ 1 - 1
src/converse-chatview.js

@@ -702,7 +702,7 @@
                     try {
                         this.model.destroy();
                     } catch (e) {
-                        converse.log(e);
+                        _converse.log(e);
                     }
                     this.remove();
                     _converse.emit('chatBoxClosed', this);