[Time Controller] Simplify retrieval of datum objects

...for historical data. Supports WTD-1515
This commit is contained in:
Victor Woeltjen
2015-09-08 17:03:58 -07:00
parent 351181d38e
commit d2dfec3ce7
2 changed files with 17 additions and 4 deletions

View File

@ -102,7 +102,6 @@ define(
telemetryObject.getCapability('limit'),
datum = telemetryObject && handle.getDatum(
telemetryObject,
telemetrySeries,
index
);