mirror of
https://github.com/nasa/openmct.git
synced 2025-06-22 17:08:57 +00:00
[Time Controller] Allow datum retrieval from histories
WTD-1515
This commit is contained in:
@ -239,6 +239,10 @@ define(
|
||||
|
||||
initialize();
|
||||
this.unlistenToMutation = addMutationListener();
|
||||
|
||||
// Expose makeDatum for TelemetryHandler to use, but not
|
||||
// as part of public API
|
||||
this.makeDatum = makeDatum;
|
||||
}
|
||||
|
||||
TelemetrySubscription.prototype.unsubscribeAll = function () {
|
||||
|
Reference in New Issue
Block a user