Missing semicolon...

This commit is contained in:
paweldomas 2015-08-12 14:31:43 +02:00
parent f83404a99e
commit 5cd9db1b6a
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ AdapterJS.renderNotificationBar = function (text, buttonText, buttonLink, openNe
AdapterJS.WebRTCPlugin.pluginInfo.plugName,
function() {
clearInterval(pluginInstallInterval);
AdapterJS.WebRTCPlugin.defineWebRTCInterface()
AdapterJS.WebRTCPlugin.defineWebRTCInterface();
},
function() { //Does nothing because not used here
});