소스 검색

Fix a log message.

j8
bgrozev 11 년 전
부모
커밋
233f18cb78
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      app.js

+ 1
- 1
app.js 파일 보기

@@ -611,7 +611,7 @@ $(document).bind('joined.muc', function (event, jid, info) {
611 611
 $(document).bind('entered.muc', function (event, jid, info, pres) {
612 612
     console.log('entered', jid, info);
613 613
 
614
-    console.log('is focus?' + focus ? 'true' : 'false');
614
+    console.log('is focus? ' + (focus ? 'true' : 'false'));
615 615
 
616 616
     // Add Peer's container
617 617
     VideoLayout.ensurePeerContainerExists(jid);

Loading…
취소
저장