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

10 lines
151 B
CoffeeScript

context = window
@NotificationActions = Reflux.createActions({
clear:{}
backendNotification: {}
frontendNotification: {}
sessionEnded: {}
})