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