jam-cloud/web/app/assets/javascripts/react-components/stores/AppStore.js.coffee

13 lines
172 B
CoffeeScript

$ = jQuery
context = window
logger = context.JK.logger
@AppStore = Reflux.createStore(
{
listenables: @AppActions
onAppInit: (app) ->
@trigger(app)
}
)