Skip to content

Instantly share code, notes, and snippets.

@samdelagarza
Created February 23, 2011 15:20
Show Gist options
  • Save samdelagarza/840545 to your computer and use it in GitHub Desktop.
Save samdelagarza/840545 to your computer and use it in GitHub Desktop.
_.pluck(_productCollection.Items, "Id"), function (Id) {
return Id === product.Id;
})
_productCollection = {
CriteriaType: "Products",
Items: {
Facility: null,
FacilityId: null,
Name: "",
Id: ""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment