mirror of
https://github.com/nasa/openmct.git
synced 2025-05-13 05:53:18 +00:00
[Time Conductor] Update FormatService JSDoc
This commit is contained in:
parent
cecc52f0a9
commit
2d1faeba8c
@ -72,9 +72,11 @@ define([
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Look up a format by its symbolic identifier.
|
* Look up a format by its symbolic identifier.
|
||||||
|
* @method getFormat
|
||||||
|
* @memberof FormatService#
|
||||||
* @param {string} key the identifier for this format
|
* @param {string} key the identifier for this format
|
||||||
* @returns {Format} the format, or `undefined` if no such format
|
* @returns {Format} the format
|
||||||
* is known.
|
* @throws {Error} errors when the requested format is unrecognized
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user