You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ember.deprecate('`lookup` was called on a Registry. The `initializer` API no longer receives a container, and you should use an `instanceInitializer` to look up objects from the container.',{url: "http://emberjs.com/guides/deprecations#toc_deprecate-access-to-instances-in-initializers"});
176
181
}
177
182
@@ -181,7 +186,7 @@ Registry.prototype = {
181
186
lookupFactory: function(fullName){
182
187
Ember.assert('Create a container on the registry (with `registry.container()`) before calling `lookupFactory`.',this._defaultContainer);
Ember.deprecate('`lookupFactory` was called on a Registry. The `initializer` API no longer receives a container, and you should use an `instanceInitializer` to look up objects from the container.',{url: "http://emberjs.com/guides/deprecations#toc_deprecate-access-to-instances-in-initializers"});
0 commit comments