Missing semicolon...

pull/344/head
paweldomas 10 years ago
parent f83404a99e
commit 5cd9db1b6a
  1. 2
      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
});

Loading…
Cancel
Save