Bläddra i källkod

Fixes undefined 'messageHandler' error.

j8
paweldomas 11 år sedan
förälder
incheckning
06494cf821
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      app.js

+ 2
- 2
app.js Visa fil

@@ -157,7 +157,7 @@ function doJoinAfterFocus() {
157 157
 
158 158
     // Close authentication dialog if opened
159 159
     if (authDialog) {
160
-        messageHandler.closeDialog();
160
+        UI.messageHandler.closeDialog();
161 161
         authDialog = null;
162 162
     }
163 163
     // Clear retry interval, so that we don't call 'doJoinAfterFocus' twice
@@ -1013,7 +1013,7 @@ function hangup() {
1013 1013
 
1014 1014
     }
1015 1015
 
1016
-    messageHandler.openDialog(
1016
+    UI.messageHandler.openDialog(
1017 1017
         "Session Terminated",
1018 1018
         "You hung up the call",
1019 1019
         true,

Laddar…
Avbryt
Spara