Pārlūkot izejas kodu

Fix a log message.

j8
bgrozev 11 gadus atpakaļ
vecāks
revīzija
233f18cb78
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      app.js

+ 1
- 1
app.js Parādīt failu

@@ -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);

Notiek ielāde…
Atcelt
Saglabāt