mirror of
https://github.com/nasa/openmct.git
synced 2025-04-09 20:31:26 +00:00
[Imagery] Use consistent field name
This commit is contained in:
parent
b60eb6d6ae
commit
8c7e8dab8e
@ -96,7 +96,7 @@ define(
|
||||
return;
|
||||
}
|
||||
this.time = this.timeFormat.format(datum);
|
||||
this.image = this.imageFormat.format(datum);
|
||||
this.imageUrl = this.imageFormat.format(datum);
|
||||
};
|
||||
|
||||
/**
|
||||
@ -113,7 +113,7 @@ define(
|
||||
* @returns {string} URL for telemetry image
|
||||
*/
|
||||
ImageryController.prototype.getImageUrl = function () {
|
||||
return this.image;
|
||||
return this.imageUrl;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user