subscribe to pusher channels

This commit is contained in:
Sven Fuchs 2012-09-14 13:48:32 +02:00
parent 3c7f186b81
commit 6a05689fd2
2 changed files with 2 additions and 2 deletions

View File

@ -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