Skip to content

Instantly share code, notes, and snippets.

@et
Last active August 29, 2015 14:23
Show Gist options
  • Save et/9e0097b36dab65d9ed86 to your computer and use it in GitHub Desktop.
Save et/9e0097b36dab65d9ed86 to your computer and use it in GitHub Desktop.
var _this = this;
items.map(function(item) {
return _this.massageSomething(item);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment