UNPKG

ember-intl

Version:

Ember toolbox for internationalization.

18 lines (14 loc) 439 B
/** * Copyright 2015, Yahoo! Inc. * Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. */ import Ember from 'ember'; export function instanceInitializer(instance) { Ember.deprecate('[ember-intl] instance initializer is deprecated, no longer necessary to call in testing.', false, { id: 'ember-intl-instance-initalizer' }); } export default { name: 'ember-intl', initialize() {} }