Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed support for instantiating services.
I.e. now it's possible to do: var userService = new UserApp.User({appId:'123',token:'456'}); userService.get({user_id:'self'}, function(error, result){/*...*/});
- Loading branch information