subscribe to pusher channels
This commit is contained in:
parent
3c7f186b81
commit
6a05689fd2
|
@ -2,7 +2,7 @@ Travis.Pusher = ->
|
||||||
@active_channels = []
|
@active_channels = []
|
||||||
if Travis.Pusher.KEY
|
if Travis.Pusher.KEY
|
||||||
@pusher = new Pusher(Travis.Pusher.KEY)
|
@pusher = new Pusher(Travis.Pusher.KEY)
|
||||||
# @subscribe(channel) for channel in Travis.Pusher.CHANNELS
|
@subscribe(channel) for channel in Travis.Pusher.CHANNELS
|
||||||
this
|
this
|
||||||
|
|
||||||
$.extend Travis.Pusher,
|
$.extend Travis.Pusher,
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user