Skip to content

Commit

Permalink
Merge pull request #3808 from emberjs/stefanpenner-patch-1
Browse files Browse the repository at this point in the history
Update internal-model.js
  • Loading branch information
stefanpenner committed Oct 2, 2015
2 parents 936d6dc + 266b203 commit 271bd4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ember-data/lib/system/model/internal-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export default function InternalModel(type, id, store, container, data) {
this.isReloading = false;
this.isError = false;
this.error = null;
this.__ember_meta__ = null;
this[Ember.GUID_KEY] = guid++ + 'internal-model';
/*
implicit relationships are relationship which have not been declared but the inverse side exists on
Expand Down

0 comments on commit 271bd4e

Please sign in to comment.