Skip to content

Instantly share code, notes, and snippets.

@atroche
Created February 25, 2015 00:44
Show Gist options
  • Save atroche/57b8da5f9a65ba67b557 to your computer and use it in GitHub Desktop.
Save atroche/57b8da5f9a65ba67b557 to your computer and use it in GitHub Desktop.
var fields = ['id', 'name', 'tags'],
fieldOrgs = fields.map(function(field){
return ticketOrg[field];
});
this.storage.user.organization = _.object(_.zip(fields, fieldOrgs));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment