added missing comma
authorAndrew Engelbrecht <andrew@fsf.org>
Wed, 21 Mar 2018 22:15:57 +0000 (18:15 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Wed, 21 Mar 2018 22:15:57 +0000 (18:15 -0400)
2018/assets/js/stream.js

index 18d37516762ae8a3898f584fafcb53692652ad9c..57d9b6b492b7c012205d0c83dfbe95787028cf13 100644 (file)
@@ -202,7 +202,7 @@ app.view = function(ctrl) {
     return m("video.lp-video", {
       id: "desktop-video",
       controls: true,
-      autoplay: true
+      autoplay: true,
       // Sync speaker stream state as best we can.
       onpause: app.withVideo("speaker-video", function(video) {
         video.pause();