Changeset - abe692d0a811
[Not reviewed]
default
0 2 0
drewp@bigasterisk.com - 8 years ago 2017-05-10 03:30:00
drewp@bigasterisk.com
move some hardcoded 2016 values
Ignore-this: 18491ff3fb59facd63d6ac4b93e780ea
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
light9/web/live/live.coffee
Show inline comments
 
@@ -74,7 +74,7 @@ Polymer
 
    U = (x) -> @graph.Uri(x)
 

	
 
    effectUri = U(":effect") + "/#{uriName}"
 
    ctx = U("http://light9.bigasterisk.com/show/dance2016/effect/#{uriName}")
 
    ctx = U("http://light9.bigasterisk.com/show/dance2017/effect/#{uriName}")
 
    quad = (s, p, o) => {subject: s, predicate: p, object: o, graph: ctx}
 

	
 
    addQuads = [
light9/web/timeline/timeline.coffee
Show inline comments
 
@@ -33,7 +33,7 @@ Polymer
 
    playerSong: {type: String, notify: true}
 
    followPlayerSong: {type: Boolean, notify: true, value: true}
 
    song: {type: String, notify: true}
 
    show: {value: 'http://light9.bigasterisk.com/show/dance2016'}
 
    show: {value: 'http://light9.bigasterisk.com/show/dance2017'}
 
    songTime: {type: Number, notify: true, observer: '_onSongTime'}
 
    songDuration: {type: Number, notify: true, observer: '_onSongDuration'}
 
    songPlaying: {type: Boolean, notify: true}
0 comments (0 inline, 0 general)