From 5cd9db1b6ac926244bc282f66ebd3ee6c5c7a7cc Mon Sep 17 00:00:00 2001 From: paweldomas Date: Wed, 12 Aug 2015 14:31:43 +0200 Subject: [PATCH] Missing semicolon... --- modules/RTC/adapter.screenshare.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/RTC/adapter.screenshare.js b/modules/RTC/adapter.screenshare.js index 51c186df1..3d9dd17a3 100644 --- a/modules/RTC/adapter.screenshare.js +++ b/modules/RTC/adapter.screenshare.js @@ -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 });