ソースを参照

Fix eslint errors

master
yanas 9年前
コミット
e24d5da0ef
2個のファイルの変更1行の追加2行の削除
  1. 1
    1
      modules/UI/invite/Invite.js
  2. 0
    1
      modules/UI/side_pannels/contactlist/ContactListView.js

+ 1
- 1
modules/UI/invite/Invite.js ファイルの表示

@@ -38,7 +38,7 @@ class Invite {
38 38
             this.setLockedFromElsewhere(locked);
39 39
         });
40 40
 
41
-        this.conference.on(ConferenceEvents.USER_ROLE_CHANGED, (id, role) => {
41
+        this.conference.on(ConferenceEvents.USER_ROLE_CHANGED, (id) => {
42 42
             if (APP.conference.isLocalId(id)
43 43
                     && this.isModerator !== this.conference.isModerator) {
44 44
 

+ 0
- 1
modules/UI/side_pannels/contactlist/ContactListView.js ファイルの表示

@@ -137,7 +137,6 @@ var ContactListView = {
137 137
      * Setup listeners
138 138
      */
139 139
     registerListeners() {
140
-        let model = this.model;
141 140
         let removeContact = this.onRemoveContact.bind(this);
142 141
         let changeAvatar = this.changeUserAvatar.bind(this);
143 142
         let displayNameChange = this.onDisplayNameChange.bind(this);

読み込み中…
キャンセル
保存