Fixes undefined 'messageHandler' error.

This commit is contained in:
paweldomas 2015-01-09 08:51:09 +01:00
parent 0fe6a55700
commit 06494cf821
1 changed files with 2 additions and 2 deletions

4
app.js
View File

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