Remove unused method
This commit is contained in:
parent
75cb595d50
commit
974aa02605
@ -1054,10 +1054,6 @@
|
||||
xmppchat.ChatBoxesView = Backbone.View.extend({
|
||||
el: '#collective-xmpp-chat-data',
|
||||
|
||||
isChatRoom: function (jid) {
|
||||
return Strophe.getDomainFromJid(jid) === xmppchat.connection.muc_domain;
|
||||
},
|
||||
|
||||
createChatRoom: function (jid) {
|
||||
var box = new xmppchat.ChatRoom(jid, xmppchat.fullname);
|
||||
var view = new xmppchat.ChatRoomView({
|
||||
|
Loading…
Reference in New Issue
Block a user