mirror of
https://github.com/nasa/openmct.git
synced 2025-06-22 17:08:57 +00:00
[Time API] Fixed static code analysis issues
This commit is contained in:
@ -44,7 +44,7 @@ define([
|
||||
* @memberof platform/commonUI/formats
|
||||
*/
|
||||
function DurationFormat() {
|
||||
this.key = "duration"
|
||||
this.key = "duration";
|
||||
}
|
||||
|
||||
DurationFormat.prototype.format = function (value) {
|
||||
|
@ -129,4 +129,4 @@ define([
|
||||
};
|
||||
|
||||
return UTCTimeFormat;
|
||||
});
|
||||
});
|
||||
|
@ -24,7 +24,7 @@ define([
|
||||
"./UTCTimeSystem",
|
||||
"./LocalClock",
|
||||
"./UTCTimeFormat",
|
||||
"./DurationFormat",
|
||||
"./DurationFormat"
|
||||
], function (
|
||||
UTCTimeSystem,
|
||||
LocalClock,
|
||||
@ -47,6 +47,6 @@ define([
|
||||
"key": "DEFAULT_TIME_FORMAT",
|
||||
"value": "utc"
|
||||
});
|
||||
}
|
||||
};
|
||||
};
|
||||
});
|
||||
|
Reference in New Issue
Block a user