Skip to content

Instantly share code, notes, and snippets.

@mbejda
Created June 10, 2014 18:31
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 mbejda/02b4511356f1b7a63bef to your computer and use it in GitHub Desktop.
Save mbejda/02b4511356f1b7a63bef to your computer and use it in GitHub Desktop.
knockout arrayFirst Utility
var match = ko.utils.arrayFirst(myObservableArray(), function(item) {
return itemToAdd.id === item.id;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment