Skip to content

Instantly share code, notes, and snippets.

@slackorama
Created December 9, 2008 01:28
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 slackorama/33713 to your computer and use it in GitHub Desktop.
Save slackorama/33713 to your computer and use it in GitHub Desktop.
Deleting an item from a datastore in dojo 1.2
store.fetchItemByIdentity( { identity: id,
onItem: function(item){
store.deleteItem( item );
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment