We can use @pusher directly, no need for @get
This commit is contained in:
parent
1105981e7d
commit
9601d53ad6
|
@ -20,6 +20,6 @@ Route = TravisRoute.extend
|
||||||
activate: ->
|
activate: ->
|
||||||
# subscribe to pusher only if we're at a main route
|
# subscribe to pusher only if we're at a main route
|
||||||
unless config.pro
|
unless config.pro
|
||||||
@get('pusher').subscribeAll(['common'])
|
@pusher.subscribeAll(['common'])
|
||||||
|
|
||||||
`export default Route`
|
`export default Route`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user