Skip to content

Instantly share code, notes, and snippets.

@Sneezry
Created March 31, 2014 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sneezry/9894343 to your computer and use it in GitHub Desktop.
Save Sneezry/9894343 to your computer and use it in GitHub Desktop.
foo({
k1: v1,
k2: v2,
k3: v3,
...
}, function(result){
//do something
//with result
//using much
//code here.
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment