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

Ember 2.1 Compatability #141

Closed
thec0keman opened this issue Oct 5, 2015 · 0 comments
Closed

Ember 2.1 Compatability #141

thec0keman opened this issue Oct 5, 2015 · 0 comments

Comments

@thec0keman
Copy link
Contributor

This is raising an exception that registry.has is not a function.

Replacing the definition of registry with

var registry = container.registry || container._registry || container;

fixes the exception.

Also, less critical, but uses of Ember.warn are raising deprecation notices.

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

No branches or pull requests

1 participant