Commit 0745cdea authored by thierrytiti's avatar thierrytiti

toggleCall already inherits from ChatBoxView

parent 7366bb70
......@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment