Skip to content

Instantly share code, notes, and snippets.

@isaacs
Forked from ELLIOTTCABLE/gist:488149
Created July 23, 2010 22:37
Show Gist options
  • Save isaacs/488155 to your computer and use it in GitHub Desktop.
Save isaacs/488155 to your computer and use it in GitHub Desktop.
fromAll("foo","bar","baz","widget", function(foo, bar, baz, widget){
var myThing
// Actual library code
return myThing
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment