Skip to content

Instantly share code, notes, and snippets.

@alassek
Created September 8, 2011 19:48
Show Gist options
  • Save alassek/1204477 to your computer and use it in GitHub Desktop.
Save alassek/1204477 to your computer and use it in GitHub Desktop.
amplify.store.remove
amplify.store.remove = function ( key ) {
var value = amplify.store( key );
amplify.store( key, null );
return value;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment