소스 검색

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…
취소
저장