Skip to content
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-1-13] Do not require _super in didRecieveAttrs. #12138

Merged

Commits on Aug 18, 2015

  1. [BUGFIX release-1-13] Do not require _super in didRecieveAttrs.

    Default framework hooks should not *require* that users call
    `this._super` (however, it is still a best practice).
    
    This adds a new `_internalDidReceiveAttrs` hook for use internally to
    avoid using a `didRecieveAttrs` in `AttrsProxy`.
    rwjblue committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    696bb18 View commit details
    Browse the repository at this point in the history