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 beta] Allow accessors in mixins #17710

Merged
merged 1 commit into from Mar 8, 2019

Commits on Mar 6, 2019

  1. [BUGFIX beta] Allow accessors in mixins

    This fix allows native object accessors to work in Ember Mixins. It does
    this by looping over the properties of a new mixin and extracting their
    descriptors, checking to see if any of them are accessors. If they are,
    it wraps them in a descriptor decorator.
    Chris Garrett committed Mar 6, 2019
    Copy the full SHA
    8bc6b60 View commit details
    Browse the repository at this point in the history