Skip to content

Commit

Permalink
cleanup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Apr 15, 2017
1 parent f4c3e1a commit 1509453
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/container/lib/container.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,41 +46,30 @@ export default function Container(registry, options) {
}

Container.prototype = {
/**
@private
@property owner
@type Object
*/
owner: null,

/**
@private
@property registry
@type Registry
@since 1.11.0
*/
registry: null,

/**
@private
@property cache
@type InheritingDict
*/
cache: null,

/**
@private
@property factoryCache
@type InheritingDict
*/
factoryCache: null,

/**
@private
@property validationCache
@type InheritingDict
*/
validationCache: null,

/**
Given a fullName return a corresponding instance.
Expand Down

0 comments on commit 1509453

Please sign in to comment.