Skip to content

Commit

Permalink
Updated wording of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
akhenry committed Nov 9, 2016
1 parent d0906ba commit fc36674
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc36674

Please sign in to comment.