Sfoglia il codice sorgente

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

Fixes typos.
j8
hristoterezov 10 anni fa
parent
commit
2f5d090ca5
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1
    1
      app.js
  2. 1
    1
      modules/UI/UI.js

+ 1
- 1
app.js Vedi File

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

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

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

Loading…
Annulla
Salva