Update UI.js

fix typo getCredentials
This commit is contained in:
Thomas Odorfer 2015-01-31 22:45:53 +01:00
parent 358fd36367
commit 2068c142b5
1 changed files with 1 additions and 1 deletions

View File

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