Don't subscribe to pusher if there's no instance

This commit is contained in:
Piotr Sarnacki 2015-02-16 14:15:36 +01:00
parent 9601d53ad6
commit 9559d55400

View File

@ -19,7 +19,7 @@ Route = TravisRoute.extend
activate: ->
# subscribe to pusher only if we're at a main route
unless config.pro
if !config.pro && @pusher
@pusher.subscribeAll(['common'])
`export default Route`