George Politis 8 лет назад
Родитель
Сommit
5158c08cc2
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      JitsiConference.js

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

@@ -181,7 +181,7 @@ JitsiConference.prototype.constructor = JitsiConference;
181 181
  * @param options.connection {JitsiConnection} overrides this.connection
182 182
  */
183 183
 JitsiConference.prototype._init = function(options = {}) {
184
-    // Override connection and xmpp properties (Usefull if the connection
184
+    // Override connection and xmpp properties (Useful if the connection
185 185
     // reloaded)
186 186
     if (options.connection) {
187 187
         this.connection = options.connection;

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