mirror of
https://github.com/nasa/openmct.git
synced 2025-02-13 06:07:12 +00:00
Rename TimeConductorController to TimeRangeController, to reflect that this is intended to serve as a more general control. Additionally, stop using arrays for inner and outer bounds and instead use explicit start/end properties, for clarity. WTD-1515