pagefront / ember-pagefront

Official Pagefront Ember Addon
MIT License
13 stars 7 forks source link

fix deprecations #9

Closed willrax closed 8 years ago

willrax commented 8 years ago

There are few deprecated calls happening in the initializers. I've tried to use the recommended ways to keep them backwards compatible.

http://emberjs.com/deprecations/v2.x/#toc_initializer-arity http://emberjs.com/deprecations/v2.x/#toc_ember-applicationinstance-container

Thanks!

jasonkriss commented 8 years ago

Looks great! Thanks a lot for doing that @willrax!

willrax commented 8 years ago

no worries :)