Skip to content

Instantly share code, notes, and snippets.

@thejh
Created April 11, 2011 19:53
Show Gist options
  • Save thejh/914187 to your computer and use it in GitHub Desktop.
Save thejh/914187 to your computer and use it in GitHub Desktop.
find = (obj, id) ->
if id isnt undefined
thing for thing in obj when thing.id is id
else
obj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment