[Time Controller] Allow datum retrieval from histories

WTD-1515
This commit is contained in:
Victor Woeltjen
2015-09-08 16:58:15 -07:00
parent 760f4b818f
commit 351181d38e
2 changed files with 11 additions and 2 deletions

View File

@ -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 () {