mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 23:28:14 +00:00
[Build] Remove unused variables
...to satisfy JSHint
This commit is contained in:
@ -70,7 +70,7 @@ define(
|
||||
* @returns {string} a textual representation of the
|
||||
* value, suitable for display.
|
||||
*/
|
||||
TelemetryFormatter.prototype.formatRangeValue = function (v, key) {
|
||||
TelemetryFormatter.prototype.formatRangeValue = function (v) {
|
||||
return isNaN(v) ? String(v) : v.toFixed(VALUE_FORMAT_DIGITS);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user