Skip to content

Commit

Permalink
Fixed support for instantiating services.
Browse files Browse the repository at this point in the history
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
typerandom committed Apr 27, 2014
1 parent 661296c commit 8a54873
Showing 1 changed file with 221 additions and 124 deletions.
Loading

0 comments on commit 8a54873

Please sign in to comment.