User ember progress
This commit is contained in:
@@ -7,7 +7,7 @@ App.ApplicationRoute = Ember.Route.extend
|
||||
user_id = Qstorage.getItem('user_id')
|
||||
faye.subscribe "/user/"+user_id, (e)=>
|
||||
console.log e
|
||||
@events[e.event].call(@) if @events[e.event]
|
||||
@events[e.event].call(@, e.data) if @events[e.event]
|
||||
@setCurrentList()
|
||||
|
||||
unauthorized: ->
|
||||
|
||||
Reference in New Issue
Block a user