Lyubo Marinov 8 лет назад
Родитель
Сommit
f26ab1a934
2 измененных файлов: 2 добавлений и 1 удалений
  1. 1
    0
      .eslintrc.js
  2. 1
    1
      doc/example/example.js

+ 1
- 0
.eslintrc.js Просмотреть файл

@@ -157,6 +157,7 @@ module.exports = {
157 157
         'padded-blocks': 0,
158 158
         'quote-props': 0,
159 159
         'semi': [ 'error', 'always' ],
160
+        'semi-spacing': 2,
160 161
         'space-before-blocks': 2,
161 162
         'space-before-function-paren': [ 'error', 'never' ],
162 163
         'space-in-parens': [ 'error', 'never' ],

+ 1
- 1
doc/example/example.js Просмотреть файл

@@ -122,7 +122,7 @@ function onConnectionSuccess() {
122 122
     });
123 123
     room.on(JitsiMeetJS.events.conference.CONFERENCE_JOINED, onConferenceJoined);
124 124
     room.on(JitsiMeetJS.events.conference.USER_JOINED, function(id) {
125
-        console.log("user join");remoteTracks[id] = [];
125
+        console.log("user join"); remoteTracks[id] = [];
126 126
     });
127 127
     room.on(JitsiMeetJS.events.conference.USER_LEFT, onUserLeft);
128 128
     room.on(JitsiMeetJS.events.conference.TRACK_MUTE_CHANGED, function(track) {

Загрузка…
Отмена
Сохранить