Commit 8a54873
committed
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){/*...*/});1 parent 661296c commit 8a54873
1 file changed
+221
-124
lines changed
0 commit comments