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-inflector Ember.EXTEND_PROTOTYPES is deprecated #5529

Closed
sumeetattree opened this issue Jul 17, 2018 · 2 comments
Closed

ember-inflector Ember.EXTEND_PROTOTYPES is deprecated #5529

sumeetattree opened this issue Jul 17, 2018 · 2 comments

Comments

@sumeetattree
Copy link
Contributor

ember-inflector: ^2.0.0 is triggering the following deprecation message. The deprecation has been fixed in ember-inflector: 3.0.0

define('ember-inflector/lib/ext/string', ['ember-inflector/lib/system/string'], function (_string) {
  'use strict';

  if (Ember.EXTEND_PROTOTYPES === true || Ember.EXTEND_PROTOTYPES.String) {
  ...
@runspired
Copy link
Contributor

@sumeetattree got a moment to send in a PR with the bump and any necessary changes to import statements?

@sumeetattree
Copy link
Contributor Author

sumeetattree commented Jul 20, 2018

@runspired Little busy this week. I can send it over by Monday. Hope that's alright.

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