[Time Controller] Get conductor working with fixed pos.

WTD-1515
This commit is contained in:
Victor Woeltjen
2015-09-09 16:46:00 -07:00
parent 0d710209b1
commit a4dda695dd
3 changed files with 31 additions and 8 deletions

View File

@ -120,7 +120,7 @@ define(
handle.getDatum(telemetryObject);
if (telemetryObject &&
handle.getDomainValue(telemetryObject) < maxDomainValue) {
(handle.getDomainValue(telemetryObject) < maxDomainValue)) {
setDisplayedValue(
telemetryObject,
handle.getRangeValue(telemetryObject),
@ -233,7 +233,7 @@ define(
}
// Trigger a new query for telemetry data
function updateDisplayBounds(bounds) {
function updateDisplayBounds(event, bounds) {
maxDomainValue = bounds.end;
if (handle) {
handle.request(