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] Use a symbol to detect if an object is a stream. #13290

Merged
merged 2 commits into from
Apr 10, 2016

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Apr 10, 2016

Previously, having an isStream property on a component would cause us to
assume that component was itself a stream. Using an internal symbol allows
us to avoid reserving the property isStream.

Fixes #13271.

Previously, having an `isStream` property on a component would cause us
to assume that component was itself a stream. Using an internal symbol
allows us to avoid reserving the property `isStream`.
@rwjblue
Copy link
Member Author

rwjblue commented Apr 10, 2016

@mmun - r?

@mmun
Copy link
Member

mmun commented Apr 10, 2016

You rule @rwjblue!

@mmun mmun merged commit d262a69 into emberjs:master Apr 10, 2016
@mmun mmun deleted the use-symbol-to-signify-stream branch April 10, 2016 17:44
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