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:
1938e76
)
2015: live: Remove speakerPosition cruft.
author
David Thompson
<dthompson2@worcester.edu>
Sat, 21 Mar 2015 01:15:05 +0000
(21:15 -0400)
committer
David Thompson
<dthompson2@worcester.edu>
Sat, 21 Mar 2015 01:15:05 +0000
(21:15 -0400)
2015/assets/js/stream.js
patch
|
blob
|
blame
|
history
diff --git
a/2015/assets/js/stream.js
b/2015/assets/js/stream.js
index 5afec44df7660385a8fa369464a8ae4167f5a02f..ce1dbd22344e21454d85fa79a0feaed935d2790a 100644
(file)
--- a/
2015/assets/js/stream.js
+++ b/
2015/assets/js/stream.js
@@
-112,11
+112,6
@@
app.controller = function() {
this.stream = m.prop(app.streams[0]);
this.stats = m.prop(app.nullStats);
- this.speakerPosition = m.prop({
- x: 0,
- y: 0
- });
-
this.showDesktop = m.prop(false);
this.updateStats = function() {
@@
-130,7
+125,6
@@
app.controller = function() {
app.view = function(ctrl) {
var stream = ctrl.stream();
- var pos = ctrl.speakerPosition();
var showDesktop = ctrl.showDesktop();
var stats = ctrl.stats();