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

Set positionalParams as a static property on the class. #53

Merged
merged 1 commit into from
Jul 31, 2015

Conversation

rwjblue
Copy link
Contributor

@rwjblue rwjblue commented Jul 31, 2015

Ember 1.13.6 will be deprecating usage of positionalParams set within .extend in favor of it being set as a static property on the class itself (.reopenClass).

This makes both 1.13.0 - 1.13.5 and 1.13.6+ work without deprecation.


See the following issues/PR's for details:

@rwjblue
Copy link
Contributor Author

rwjblue commented Jul 31, 2015

The beta and canary builds failed due to needing an updated version of ember-qunit, I submitted a separate PR fixing those failures (#54) I'll rebase this once those fixes are in so we can see Travis 📗.

Ember 1.13.6 will be deprecating usage of `positionalParams` set within
`.extend` in favor of it being set as a static property on the class
itself (`.reopenClass`).

This makes both 1.13.0 - 1.13.5 and 1.13.6+ work without deprecation.
@rwjblue rwjblue force-pushed the set-positionalParams-on-class branch from d9cb65f to 60b5943 Compare July 31, 2015 13:02
@rwjblue
Copy link
Contributor Author

rwjblue commented Jul 31, 2015

Cool, looks like #54 fixed the build. This is green now.

bcardarella added a commit that referenced this pull request Jul 31, 2015
Set `positionalParams` as a static property on the class.
@bcardarella bcardarella merged commit 84e24bc into DockYard:master Jul 31, 2015
@rwjblue rwjblue deleted the set-positionalParams-on-class branch July 31, 2015 14:01
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