소스 검색

TypeError: converse.log is not a function

JC Brand 8 년 전
부모
커밋
1a40b7aefb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);