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.subscribe breaks backwards compatibility in 1.11.0 #10435

Closed
jgwhite opened this issue Feb 12, 2015 · 2 comments
Closed

Ember.subscribe breaks backwards compatibility in 1.11.0 #10435

jgwhite opened this issue Feb 12, 2015 · 2 comments

Comments

@jgwhite
Copy link
Contributor

jgwhite commented Feb 12, 2015

According to the docs Ember.subscribe is part of the instrumentation API:

http://emberjs.com/api/classes/Ember.Instrumentation.html

However, in 1.11.0-beta.1 it appears to be part of ember-metal/streams.

I believe ember-inspector depends upon Ember.subscribe.

Will the instrumentation method be exposed in a different manner?

@rwjblue
Copy link
Member

rwjblue commented Feb 12, 2015

Ugh. This is most likely due to the new transpiler being sane. Good catch!

@jgwhite
Copy link
Contributor Author

jgwhite commented Feb 13, 2015

Closed by #10436

@jgwhite jgwhite closed this as completed Feb 13, 2015
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

2 participants