Parcourir la source

Update UI.js

fix typo UI.getCredentials
j8
Thomas Odorfer il y a 10 ans
Parent
révision
254103e21f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      modules/UI/UI.js

+ 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