jam-cloud/web/app/assets/javascripts/react-components/actions/SessionsActions.js.coffee

9 lines
158 B
CoffeeScript

context = window
@SessionsActions = Reflux.createActions({
updateSession: {}
updateSessions: {}
resetSessions: {}
clearSessions: {}
watching: {}
})