context = window ReactCSSTransitionGroup = React.addons.CSSTransitionGroup; BroadcastHolder = React.createClass( { displayName: 'Broadcast Notification Holder', mixins: [Reflux.connect(context.JK.Stores.Broadcast, 'notification')] render: -> notification = [] if this.state.notification if this.state.notification.isJamClass result = `` else if this.state.notification.isLesson result = `` else result = `` if result? notification.push(result) else if this.props.is_guitar_center guitarCenterLogo = ` ` ` {guitarCenterLogo} {notification} ` }); context.JK.Components.BroadcastHolder = BroadcastHolder context.BroadcastHolder = BroadcastHolder