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

Remove registering unncessary component #12580

Merged

Conversation

chancancode
Copy link
Member

When application-visit is enabled, both renderer:-dom and
-environment:main are always instance-specific, because they are
dependent on the boot options that are specified when creating the
instance. Therefore it is unncessary (and confusing) to register them on
the Application just to have them always overriden by something else on
the ApplicationInstance.

cc @krisselden

`-environment:main` is always instance-specific (because it is
dependent on the boot options that are specified when creating the
instance). Therefore it is unncessary (and confusing) to register it on
the `Application` just to have it always overriden by something else on
the `ApplicationInstance`.
@chancancode chancancode force-pushed the rm_registering_unncessary_components branch from 06c09bf to 3aa1b62 Compare November 10, 2015 08:45
rwjblue added a commit that referenced this pull request Nov 10, 2015
…components

Remove registering unncessary component
@rwjblue rwjblue merged commit fb2ae6f into emberjs:master Nov 10, 2015
@rwjblue
Copy link
Member

rwjblue commented Nov 10, 2015

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants