Skip to content

Commit

Permalink
Merge pull request #15278 from rwjblue/remove-lookup-factory-remnants
Browse files Browse the repository at this point in the history
Remove remaining `_lookupFactory` reference in container proxy.
  • Loading branch information
stefanpenner authored May 25, 2017
2 parents de9d7a7 + abe944d commit 35da6c4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/ember-runtime/lib/mixins/container_proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,6 @@ let containerProxyMixin = {
return this.__container__.lookup(fullName, options);
},

/**
Given a fullName return the corresponding factory.
@private
@method _lookupFactory
@param {String} fullName
@return {any}
*/
_lookupFactory(fullName, options) {
return this.__container__.lookupFactory(fullName, options);
},

/**
Given a name and a source path, resolve the fullName
Expand Down

0 comments on commit 35da6c4

Please sign in to comment.