phetsims / pendulum-lab

"Pendulum Lab" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
4 stars 10 forks source link

Type documentation in PeriodTrace #37

Closed jonathanolson closed 9 years ago

jonathanolson commented 9 years ago

Incorrect type:

* @param {Array} pendulumModel - Pendulum model.

Generally we document property types as:

* @param {Property<boolean>}

instead of just

* @param {Property}
andrey-zelenkov commented 9 years ago

Type documentation fixes for parameters have made. Reassign to @jonathanolson for verification.

jonathanolson commented 9 years ago

Looks good, thanks!