context = window @SessionResyncBtn = React.createClass({ mixins: [Reflux.listenTo(@AppStore,"onAppInit")] resync: (e) -> e.preventDefault() SessionActions.audioResync() render: () -> ` RESYNC ` onAppInit: (app) -> @app = app })