Skip to content

Instantly share code, notes, and snippets.

@indutny
Created June 19, 2011 10:08
Show Gist options
  • Save indutny/1034037 to your computer and use it in GitHub Desktop.
Save indutny/1034037 to your computer and use it in GitHub Desktop.
name('hook');
hook('beer', function(from, amount) {
// do something with that beer
});
name('snap');
snap('beer', 'Fedor Indutny', 10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment