Fix eslint errors
This commit is contained in:
parent
74f31db434
commit
e24d5da0ef
|
@ -38,7 +38,7 @@ class Invite {
|
|||
this.setLockedFromElsewhere(locked);
|
||||
});
|
||||
|
||||
this.conference.on(ConferenceEvents.USER_ROLE_CHANGED, (id, role) => {
|
||||
this.conference.on(ConferenceEvents.USER_ROLE_CHANGED, (id) => {
|
||||
if (APP.conference.isLocalId(id)
|
||||
&& this.isModerator !== this.conference.isModerator) {
|
||||
|
||||
|
|
|
@ -137,7 +137,6 @@ var ContactListView = {
|
|||
* Setup listeners
|
||||
*/
|
||||
registerListeners() {
|
||||
let model = this.model;
|
||||
let removeContact = this.onRemoveContact.bind(this);
|
||||
let changeAvatar = this.changeUserAvatar.bind(this);
|
||||
let displayNameChange = this.onDisplayNameChange.bind(this);
|
||||
|
|
Loading…
Reference in New Issue