minichate / jscs-ember-deprecations

Ember deprecation warnings for JSCS
MIT License
6 stars 1 forks source link

Deprecation warning positionalParams in extend() #7

Closed minichate closed 8 years ago

minichate commented 8 years ago

Setting positionalParams within .extend is deprecated. It has to be set as a static property on the class itself (.reopenClass).

See http://emberjs.com/deprecations/v1.x/#toc_set-code-positionalparams-code-as-a-static-property-on-the-class

rwjblue commented 8 years ago

:+1: