Explorar el Código

Fix a log message.

j8
bgrozev hace 11 años
padre
commit
233f18cb78
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app.js

+ 1
- 1
app.js Ver fichero

@@ -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…
Cancelar
Guardar