mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 13:18:15 +00:00
Added mode, timeSystem, and deltas
Fixing tests Fixed broken tests Added tests Fixed style errors
This commit is contained in:
@ -126,9 +126,12 @@ define(
|
||||
'off',
|
||||
'bounds',
|
||||
'timeSystem',
|
||||
'timeOfInterest'
|
||||
'timeOfInterest',
|
||||
'follow'
|
||||
]);
|
||||
|
||||
mockConductor.bounds.andReturn({});
|
||||
|
||||
controller = new PlotController(
|
||||
mockScope,
|
||||
mockElement,
|
||||
|
Reference in New Issue
Block a user