-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUGFIX release] Ember.View.views should be present #11437
Conversation
I restarted Travis job due to the following failure: Test failed: collection helper: empty views should be removed when content is added to the collection (regression, ht: msofaer) |
Thanks for tracking this down. Will likely wait a short amount of time before releasing a 1.13.1 (and we need to get that test passing) in case there are other regressions. |
Looks like fixing |
Yes, good catch on the failure. I'll try to get that test fixed in a separate PR. |
(will have to hold off on merging this in the meantime) |
This was also very convenient for debugging. Keeping some easy method of getting arbitrary view instances would be awesome 😄 |
@teddyzeenny - Can you rebase? |
709077b
to
b4c999b
Compare
Rebased. Collection helper test is still failing though. |
<3 On Sun, 2 Aug 2015 at 20:33 Robert Jackson notifications@github.com wrote:
|
Since we are exposing an extended version of the View class (the DeprecatedView), we need to use
reopenClass
to set properties on the class.