Przeglądaj źródła

Update UI.js

fix typo UI.getCredentials
j8
Thomas Odorfer 10 lat temu
rodzic
commit
254103e21f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      modules/UI/UI.js

+ 1
- 1
modules/UI/UI.js Wyświetl plik

@@ -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,

Ładowanie…
Anuluj
Zapisz