mirror of
https://github.com/nasa/openmct.git
synced 2025-04-12 21:53:07 +00:00
[Time Conductor] Update property name
Renamed system to format per code review feedback, nasa/openmctweb#204
This commit is contained in:
parent
b928b7d3f2
commit
2056f3aed0
@ -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());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user