Merge pull request #227 from odotom/odotom-patch-1

Fixes typos.
This commit is contained in:
hristoterezov 2015-02-03 15:42:30 +02:00
commit 2f5d090ca5
2 changed files with 2 additions and 2 deletions

2
app.js
View File

@ -19,7 +19,7 @@ var APP =
function init() {
APP.RTC.start();
APP.xmpp.start(APP.UI.getCreadentials);
APP.xmpp.start(APP.UI.getCredentials());
APP.statistics.start();
APP.connectionquality.init();

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,