瀏覽代碼

Missing semicolon...

master
paweldomas 10 年之前
父節點
當前提交
5cd9db1b6a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      modules/RTC/adapter.screenshare.js

+ 1
- 1
modules/RTC/adapter.screenshare.js 查看文件

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

Loading…
取消
儲存