9 lines
132 B
CoffeeScript
9 lines
132 B
CoffeeScript
|
|
context = window
|
||
|
|
|
||
|
|
@JamTrackPreviewActions = Reflux.createActions({
|
||
|
|
startedPlaying: {}
|
||
|
|
stoppedPlaying: {}
|
||
|
|
screenChange: {}
|
||
|
|
})
|
||
|
|
|