mirror of
https://github.com/nasa/openmct.git
synced 2025-06-12 04:08:22 +00:00
[Time Conductor] Update property name
Renamed system to format per code review feedback, nasa/openmctweb#204
This commit is contained in:
@ -102,8 +102,8 @@ define(
|
||||
|
||||
function updateDomain(value) {
|
||||
var newDomain = conductor.domain(value);
|
||||
conductorScope.parameters.system =
|
||||
newDomain && newDomain.system;
|
||||
conductorScope.parameters.format =
|
||||
newDomain && newDomain.format;
|
||||
repScope.$broadcast('telemetry:display:bounds', bounds());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user