mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 21:28:12 +00:00
chore: Remove unsed variables from codebase
This commit is contained in:
@ -112,7 +112,7 @@ define([
|
||||
* formatted values will be returned. Where a value could not be formatted, `undefined` will be returned at its position
|
||||
* in the array.
|
||||
*/
|
||||
UTCTimeFormat.prototype.format = function (value, minValue, maxValue, count) {
|
||||
UTCTimeFormat.prototype.format = function (value) {
|
||||
if (arguments.length > 1) {
|
||||
return getScaledFormat(value);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user