From fc36674b5ce8ed8b422053b936862fc255621d65 Mon Sep 17 00:00:00 2001 From: Henry Date: Wed, 9 Nov 2016 08:23:01 -0800 Subject: [PATCH] Updated wording of docs --- .../conductor-v2/conductor/src/timeSystems/TimeSystem.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/platform/features/conductor-v2/conductor/src/timeSystems/TimeSystem.js b/platform/features/conductor-v2/conductor/src/timeSystems/TimeSystem.js index 51987b39c8..1a945f4c80 100644 --- a/platform/features/conductor-v2/conductor/src/timeSystems/TimeSystem.js +++ b/platform/features/conductor-v2/conductor/src/timeSystems/TimeSystem.js @@ -77,9 +77,11 @@ define([], function () { * * @typedef {object} TimeConductorZoom * @property {number} min The largest time span that the time - * conductor can display in this time system + * conductor can display in this time system. ie. the span of the time + * conductor in its most zoomed out state. * @property {number} max The smallest time span that the time - * conductor can display in this time system + * conductor can display in this time system. ie. the span of the time + * conductor bounds in its most zoomed in state. * * @typedef {object} TimeSystemDefault * @property {TimeConductorDeltas} deltas The deltas to apply by default