Browse Source

Update app.js

app.js: fix getCredentials - return object instead of function reference
master
Thomas Odorfer 10 years ago
parent
commit
d0b39e1c97
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app.js

+ 1
- 1
app.js View 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
 

Loading…
Cancel
Save