Parcourir la source

Merge pull request #227 from odotom/odotom-patch-1

Fixes typos.
j8
hristoterezov il y a 10 ans
Parent
révision
2f5d090ca5
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1
    1
      app.js
  2. 1
    1
      modules/UI/UI.js

+ 1
- 1
app.js Voir le fichier

@@ -19,7 +19,7 @@ var APP =
19 19
 function init() {
20 20
 
21 21
     APP.RTC.start();
22
-    APP.xmpp.start(APP.UI.getCreadentials);
22
+    APP.xmpp.start(APP.UI.getCredentials());
23 23
     APP.statistics.start();
24 24
     APP.connectionquality.init();
25 25
 

+ 1
- 1
modules/UI/UI.js Voir le fichier

@@ -591,7 +591,7 @@ UI.connectionIndicatorShowMore = function(id)
591 591
     return VideoLayout.connectionIndicators[id].showMore();
592 592
 };
593 593
 
594
-UI.getCreadentials = function () {
594
+UI.getCredentials = function () {
595 595
     var settings = this.getSettings();
596 596
     return {
597 597
         bosh: document.getElementById('boshURL').value,

Chargement…
Annuler
Enregistrer