Fix pusher auth on pro

This commit is contained in:
Piotr Sarnacki 2015-02-06 15:04:59 +01:00
parent 5f8562b2e2
commit 76672e76ca

View File

@ -1,4 +1,5 @@
`import ENV from 'travis/config/environment'`
`import Ajax from 'travis/utils/ajax'`
TravisPusher = (config) ->
@init(config)
@ -117,7 +118,7 @@ if ENV.pro
unless channels.fetching
channels.fetching = true
Travis.ajax.post Pusher.channel_auth_endpoint, { socket_id: socketId, channels: names }, (data) ->
Ajax.post Pusher.channel_auth_endpoint, { socket_id: socketId, channels: names }, (data) ->
channels.fetching = false
callback(data.channels) for callback in channels.callbacks