It's helpful to return Deferred objects you create.

Fixes making hoisted logins from the front page.
This commit is contained in:
Max Goodman
2013-07-23 17:19:35 -07:00
parent bf93f3c65e
commit e7ecfa180c

View File

@@ -90,6 +90,8 @@ r.login.hoist = {
deferred.resolve(data)
}
}, 100)
return deferred
}
}