소스 검색

toggleCall already inherits from ChatBoxView

thierrytiti 10 년 전
부모
커밋
0745cdeaca
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      converse.js

+ 0 - 8
converse.js

@@ -2429,14 +2429,6 @@
                 return this;
             },
 			
-            toggleCall: function (ev) {
-                ev.stopPropagation();
-                converse.emit('callButtonClicked', {
-                    connection: converse.connection,
-                    model: this.model
-                });
-            },
-			
             toggleOccupants: function (ev) {
                 if (ev) {
                     ev.preventDefault();