Skip to content

Instantly share code, notes, and snippets.

@michaelficarra
Created January 3, 2011 03:25
Show Gist options
  • Select an option

  • Save michaelficarra/763084 to your computer and use it in GitHub Desktop.

Select an option

Save michaelficarra/763084 to your computer and use it in GitHub Desktop.
result = fn
a:a
b
c:c
var result;
result = fn({
a: a
}, b, {
c: c
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment