Skip to content

Instantly share code, notes, and snippets.

@designeng
Created April 28, 2014 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save designeng/11374763 to your computer and use it in GitHub Desktop.
Save designeng/11374763 to your computer and use it in GitHub Desktop.
# updating collection
@listCollection.forEach (item) =>
item.port = item.port + "__"
@listCollection.update item
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment