Skip to content

Commit

Permalink
fix issue emberjs#2988 (v1.0.0-beta.16.1 (and canary) - error after w…
Browse files Browse the repository at this point in the history
…illDestroy)
  • Loading branch information
svox1 committed Apr 13, 2015
1 parent 92eb2c7 commit 2b599ad
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 @@ -1935,7 +1935,7 @@ Store = Service.extend({
delete this._containerCache[cacheKey];
}

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

/**
Expand Down

0 comments on commit 2b599ad

Please sign in to comment.