staugaard / ember-resource

This project has moved. The canonical repository is now located at: https://github.com/zendesk/ember-resource
https://github.com/zendesk/ember-resource
Apache License 2.0
122 stars 27 forks source link

Removing from identity map upon #destroy #52

Closed shajith closed 11 years ago

shajith commented 11 years ago

Destroying a resource's backing Em.Object should remove it from the identity map, because once isDestroyed is true, it's no good for anything.

shajith commented 11 years ago

/cc @staugaard

staugaard commented 11 years ago

:+1: