mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 13:48:12 +00:00
squash merge open933 into integration-1089, resolve merge conflicts.
This commit is contained in:
@ -58,6 +58,10 @@ define([
|
||||
* @method format
|
||||
* @memberof Format#
|
||||
* @param {number} value the numeric value to format
|
||||
* @param {number} [threshold] Optionally provides context to the
|
||||
* format request, allowing for scale-appropriate formatting. This value
|
||||
* should be the minimum unit to be represented by this format, in ms. For
|
||||
* example, to display seconds, a threshold of 1 * 1000 should be provided.
|
||||
* @returns {string} the text representation of the value
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user