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] Prefer includes over contains #4519

Merged
merged 1 commit into from
Aug 28, 2016
Merged

Conversation

bmac
Copy link
Member

@bmac bmac commented Aug 26, 2016

This pr adds the
ember-runtime-enumerable-includes-polyfill
to add includes if the user's version of Ember doesn't support it.

cc @rwjblue

@@ -36,6 +36,7 @@
"ember-cli-test-info": "^1.0.0",
"ember-cli-version-checker": "^1.1.4",
"ember-inflector": "^1.9.4",
"ember-runtime-enumerable-includes-polyfill": "1.0.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use ^1.0.0 so we can ship fixes if any bugs are found...

This pr adds the
[ember-runtime-enumerable-includes-polyfill](https://github.com/rwjblue/ember-runtime-enumerable-includes-polyfill)
to add includes if the user's version of Ember doesn't support it.
@bmac bmac merged commit 03d098d into emberjs:master Aug 28, 2016
@bmac bmac deleted the issue-4504 branch August 28, 2016 15:59
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.

None yet

2 participants