Missing semicolon...
This commit is contained in:
parent
f83404a99e
commit
5cd9db1b6a
|
@ -350,7 +350,7 @@ AdapterJS.renderNotificationBar = function (text, buttonText, buttonLink, openNe
|
||||||
AdapterJS.WebRTCPlugin.pluginInfo.plugName,
|
AdapterJS.WebRTCPlugin.pluginInfo.plugName,
|
||||||
function() {
|
function() {
|
||||||
clearInterval(pluginInstallInterval);
|
clearInterval(pluginInstallInterval);
|
||||||
AdapterJS.WebRTCPlugin.defineWebRTCInterface()
|
AdapterJS.WebRTCPlugin.defineWebRTCInterface();
|
||||||
},
|
},
|
||||||
function() { //Does nothing because not used here
|
function() { //Does nothing because not used here
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue