Преглед на файлове

Fixes some jshint errors.

master
damencho преди 8 години
родител
ревизия
15f4288e4a
променени са 3 файла, в които са добавени 6 реда и са изтрити 5 реда
  1. 3
    2
      conference.js
  2. 1
    1
      modules/UI/videolayout/LargeVideoManager.js
  3. 2
    2
      modules/UI/videolayout/RemoteVideo.js

+ 3
- 2
conference.js Целия файл

@@ -1220,8 +1220,9 @@ export default {
1220 1220
             APP.UI.handleLastNEndpoints(ids, enteringIds);
1221 1221
         });
1222 1222
         room.on(
1223
-            ConferenceEvents.PARTICIPANT_CONN_STATUS_CHANGED, (id, isActive) => {
1224
-            APP.UI.participantConnectionStatusChanged(id, isActive);
1223
+            ConferenceEvents.PARTICIPANT_CONN_STATUS_CHANGED,
1224
+            (id, isActive) => {
1225
+                APP.UI.participantConnectionStatusChanged(id, isActive);
1225 1226
         });
1226 1227
         room.on(ConferenceEvents.DOMINANT_SPEAKER_CHANGED, (id) => {
1227 1228
             if (this.isLocalId(id)) {

+ 1
- 1
modules/UI/videolayout/LargeVideoManager.js Целия файл

@@ -92,7 +92,7 @@ export default class LargeVideoManager {
92 92
      */
93 93
     onVideoInterrupted () {
94 94
         this.enableLocalConnectionProblemFilter(true);
95
-        this._setLocalConnectionMessage("connection.RECONNECTING")
95
+        this._setLocalConnectionMessage("connection.RECONNECTING");
96 96
         // Show the message only if the video is currently being displayed
97 97
         this.showLocalConnectionMessage(this.state === VIDEO_CONTAINER_TYPE);
98 98
     }

+ 2
- 2
modules/UI/videolayout/RemoteVideo.js Целия файл

@@ -197,7 +197,7 @@ RemoteVideo.prototype.setMutedView = function(isMuted) {
197 197
     SmallVideo.prototype.setMutedView.call(this, isMuted);
198 198
     // Update 'mutedWhileDisconnected' flag
199 199
     this._figureOutMutedWhileDisconnected(this.isConnectionActive() === false);
200
-}
200
+};
201 201
 
202 202
 /**
203 203
  * Figures out the value of {@link #mutedWhileDisconnected} flag by taking into
@@ -215,7 +215,7 @@ RemoteVideo.prototype._figureOutMutedWhileDisconnected
215 215
     } else if (!isDisconnected && !this.isVideoMuted) {
216 216
         this.mutedWhileDisconnected = false;
217 217
     }
218
-}
218
+};
219 219
 
220 220
 /**
221 221
  * Adds the remote video menu element for the given <tt>id</tt> in the

Loading…
Отказ
Запис