projects
/
libreplanet-static.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14499f7
)
added missing comma
author
Andrew Engelbrecht
<andrew@fsf.org>
Wed, 21 Mar 2018 22:15:57 +0000
(18:15 -0400)
committer
Andrew Engelbrecht
<andrew@fsf.org>
Wed, 21 Mar 2018 22:15:57 +0000
(18:15 -0400)
2018/assets/js/stream.js
patch
|
blob
|
blame
|
history
diff --git
a/2018/assets/js/stream.js
b/2018/assets/js/stream.js
index 18d37516762ae8a3898f584fafcb53692652ad9c..57d9b6b492b7c012205d0c83dfbe95787028cf13 100644
(file)
--- a/
2018/assets/js/stream.js
+++ b/
2018/assets/js/stream.js
@@
-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();