mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 17:33:23 +00:00
[Imagery] Add missing semicolon, remove unused vars
This commit is contained in:
parent
95188f6ce6
commit
53cecb8909
@ -28,9 +28,6 @@ define(
|
||||
['moment'],
|
||||
function (moment) {
|
||||
|
||||
var DATE_FORMAT = "YYYY-MM-DD",
|
||||
TIME_FORMAT = "HH:mm:ss.SSS";
|
||||
|
||||
/**
|
||||
* Controller for the "Imagery" view of a domain object which
|
||||
* provides image telemetry.
|
||||
@ -87,7 +84,7 @@ define(
|
||||
this.unsubscribe();
|
||||
delete this.unsubscribe;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
// Update displayable values to reflect latest image telemetry
|
||||
ImageryController.prototype.updateValues = function (datum) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user