Update UI.js

fix typo UI.getCredentials
pull/227/head
Thomas Odorfer 10 years ago
parent d0b39e1c97
commit 254103e21f
  1. 2
      modules/UI/UI.js

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

Loading…
Cancel
Save