Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #9 from intercom/gj/comment-out-container
Browse files Browse the repository at this point in the history
comment out container
  • Loading branch information
GavinJoyce authored Oct 4, 2017
2 parents a0a6099 + 4d05259 commit a18ad09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-model/lib/store.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function NIL() {}

Ember.Model.Store = Ember.Object.extend({
container: null,
//container: null, //NOTE: GJ: see https://github.com/emberjs/ember.js/issues/15322#issuecomment-334132107

modelFor: function(type) {
return this.container.lookupFactory('model:'+type);
Expand Down

0 comments on commit a18ad09

Please sign in to comment.