Answer the question
In order to leave comments, you need to log in
Why doesn't callback work?
setAuth: ( some, cb) ->
if !some
@getlogin =
response: 'not found'
object: 'user'
else
@getlogin =
response: 'success'
object: 'user'
data: getLogin
cb @getlogin
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question