20 lines
314 B
CoffeeScript
20 lines
314 B
CoffeeScript
context = window
|
|
|
|
@JamTrackPlayerActions = Reflux.createActions({
|
|
open: {}
|
|
opened: {}
|
|
createMixdown: {}
|
|
editMixdown: {}
|
|
deleteMixdown: {}
|
|
openMixdown: {}
|
|
activateNoMixdown: {}
|
|
closeMixdown: {}
|
|
enqueueMixdown: {}
|
|
downloadMixdown: {}
|
|
refreshMixdown: {}
|
|
openStem: {}
|
|
|
|
windowUnloaded: {}
|
|
})
|
|
|