BryanCrotaz / ember-cli-browser-update

ember-cli addon for the Browser Update project
GNU General Public License v2.0
6 stars 1 forks source link

Refactor for Ember 2.x #3

Closed jandillmann closed 8 years ago

jandillmann commented 8 years ago

Use an instance-initializer to remove the deprecated application.registry.lookup call.

jandillmann commented 8 years ago

Does anyone know how to test this? The addon works in my app without the deprecation warning, but the unit test fails to look up 'service:browser-update'

BryanCrotaz commented 8 years ago

looks good, will merge when tests pass

jandillmann commented 8 years ago

:tada:

BryanCrotaz commented 8 years ago

Well done :)