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

Make functions returned "real" actions. #8

Merged
merged 2 commits into from
Feb 5, 2016

Commits on Feb 5, 2016

  1. Make functions returned "real" actions.

    This prevents the extra/double mutable object wrapping when passing down
    from one layer to the next (and avoids requiring extra `(action`
    wrapping to prevent this).
    rwjblue committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    1a71a82 View commit details
    Browse the repository at this point in the history
  2. Ensure callback is wrapped in a run loop.

    This was implemented in the normal `(action` helper in
    emberjs/ember.js#12519.
    rwjblue committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    5c0fa72 View commit details
    Browse the repository at this point in the history