Updated wording of docs

This commit is contained in:
Henry 2016-11-09 08:23:01 -08:00
parent d0906baccf
commit fc36674b5c

View File

@ -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