Deprecation in ember 2.1: The `initialize` method for Application initializer 'cordova:in-app-livereload' should take only one argument
Closed this issue · 0 comments
jhilden commented
Using ember-cli-cordova with a recent Ember version (in my case 2.2.1
) I get the following deprecation message:
DEPRECATION: The `initialize` method for Application initializer 'cordova:in-app-livereload' should take only one argument - `App`, an instance of an `Application`. [deprecation id: ember-application.app-initializer-initialize-arguments] See http://emberjs.com/deprecations/v2.x/#toc_initializer-arity for more details.