Skip to content

Instantly share code, notes, and snippets.

@vsavkin
Created May 14, 2013 16:59
Show Gist options
  • Save vsavkin/5577578 to your computer and use it in GitHub Desktop.
Save vsavkin/5577578 to your computer and use it in GitHub Desktop.
App.reqres.setHandler("favouriteLanguages", function(user){
return ["JS", "Ruby"];
});
var languages = App.reqres.request("favouriteLanguages", "Victor");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment