Skip to content

Instantly share code, notes, and snippets.

@thetristan
Forked from mcculloughsean/objects.coffee
Last active December 18, 2015 08:59
Show Gist options
  • Save thetristan/5758630 to your computer and use it in GitHub Desktop.
Save thetristan/5758630 to your computer and use it in GitHub Desktop.
o =
a: 'foo'
b: 'bar'
p = map o, (val, key) ->
object [[k,v]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment