ソースを参照

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
               AdapterJS.WebRTCPlugin.pluginInfo.plugName,
350
               AdapterJS.WebRTCPlugin.pluginInfo.plugName,
351
               function() {
351
               function() {
352
                 clearInterval(pluginInstallInterval);
352
                 clearInterval(pluginInstallInterval);
353
-                AdapterJS.WebRTCPlugin.defineWebRTCInterface()
353
+                AdapterJS.WebRTCPlugin.defineWebRTCInterface();
354
               },
354
               },
355
               function() { //Does nothing because not used here
355
               function() { //Does nothing because not used here
356
               });
356
               });

読み込み中…
キャンセル
保存