-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent issues during destruction when
parentView
is observed.
Setting `parentView` to `null` is technically better, but unfortunately we have not had this reset in place for a while and folks have dependent keys that include `parentView`. Setting without `Ember.set` triggers the mandatory setter assertion. This removes the clearing of `parentView` (for now) so that we can properly message it being unobservable in the future.
- Loading branch information
Robert Jackson
committed
Sep 13, 2016
1 parent
a8d05c6
commit d62be7a
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters