Skip to content

Instantly share code, notes, and snippets.

@jtmueller
Created October 1, 2012 20:07
Show Gist options
  • Save jtmueller/3814109 to your computer and use it in GitHub Desktop.
Save jtmueller/3814109 to your computer and use it in GitHub Desktop.
function foo()
{
return
{
a: 1,
b: 3,
c: 7
};
}
function bar() {
return {
a: 1,
b: 3,
c: 7
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment