Browse Source

Update UI.js

fix typo UI.getCredentials
j8
Thomas Odorfer 10 years ago
parent
commit
254103e21f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/UI/UI.js

+ 1
- 1
modules/UI/UI.js View File

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

Loading…
Cancel
Save