George Politis пре 8 година
родитељ
комит
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;

Loading…
Откажи
Сачувај