Skip to content

Commit

Permalink
Merge pull request #16767 from emberjs/rwjblue-patch-1
Browse files Browse the repository at this point in the history
Ensure meta._parent is initialized
  • Loading branch information
rwjblue committed Jun 21, 2018
2 parents 76212b9 + 2b80236 commit ceea991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ember-meta/lib/meta.ts
Expand Up @@ -64,6 +64,7 @@ export class Meta {
counters!.metaInstantiated++;
this._values = undefined;
}
this._parent = undefined;
this._descriptors = undefined;
this._watching = undefined;
this._mixins = undefined;
Expand Down

0 comments on commit ceea991

Please sign in to comment.