diff --git a/platform/core/src/objects/DomainObject.js b/platform/core/src/objects/DomainObject.js index 7bc31666de..e3a10160a5 100644 --- a/platform/core/src/objects/DomainObject.js +++ b/platform/core/src/objects/DomainObject.js @@ -35,7 +35,7 @@ define( * * @param {string} id the object's unique identifier * @param {object} model the "JSONifiable" state of the object - * @param {Object.|function} capabilities all * capabilities to be exposed by this object * @constructor */ diff --git a/platform/framework/src/resolve/BundleResolver.js b/platform/framework/src/resolve/BundleResolver.js index d26ee60271..5c8216da94 100644 --- a/platform/framework/src/resolve/BundleResolver.js +++ b/platform/framework/src/resolve/BundleResolver.js @@ -45,7 +45,7 @@ define( * into one large object containing resolved extensions from * all bundles (in the same form.) * - * @param {Object.[]} resolvedBundles + * @param {Object.|Array} resolvedBundles * @returns {Object.} */ function mergeResolvedBundles(resolvedBundles) {