Skip to content

Commit

Permalink
Revert "fix issue emberjs#2988 (v1.0.0-beta.16.1 (and canary) - error…
Browse files Browse the repository at this point in the history
… after willDestroy)"

This reverts commit 2b599ad.
  • Loading branch information
svox1 committed Apr 13, 2015
1 parent a97861c commit b8b4e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-data/lib/system/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -1953,7 +1953,7 @@ Store = Service.extend({
delete this._containerCache[cacheKey];
}

this._containerCache = Ember.create(null);
delete this._containerCache;
},

/**
Expand Down

0 comments on commit b8b4e1c

Please sign in to comment.