mirror of
https://github.com/nasa/openmct.git
synced 2025-02-18 16:40:58 +00:00
[Documentation] Fix JSDoc syntax errors
This commit is contained in:
parent
e7e79f41a7
commit
cb56bbe569
@ -35,7 +35,7 @@ define(
|
||||
*
|
||||
* @param {string} id the object's unique identifier
|
||||
* @param {object} model the "JSONifiable" state of the object
|
||||
* @param {Object.<string, Capability|function} capabilities all
|
||||
* @param {Object.<string, Capability>|function} capabilities all
|
||||
* capabilities to be exposed by this object
|
||||
* @constructor
|
||||
*/
|
||||
|
@ -45,7 +45,7 @@ define(
|
||||
* into one large object containing resolved extensions from
|
||||
* all bundles (in the same form.)
|
||||
*
|
||||
* @param {Object.<string, object[]>[]} resolvedBundles
|
||||
* @param {Object.<string, object[]>|Array} resolvedBundles
|
||||
* @returns {Object.<string, object[]>}
|
||||
*/
|
||||
function mergeResolvedBundles(resolvedBundles) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user