Skip to content

Instantly share code, notes, and snippets.

@basarat
Created January 18, 2016 16:41
Show Gist options
  • Save basarat/b9de4ba23212bc950305 to your computer and use it in GitHub Desktop.
Save basarat/b9de4ba23212bc950305 to your computer and use it in GitHub Desktop.
extend({foo:123},b());
function b(){
return [
{foo:123},
{bar:456}
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment