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

JSDoc in SystemSlidersNode #70

Closed aaronsamuel137 closed 9 years ago

aaronsamuel137 commented 9 years ago

During code review #56 I noticed the JSDoc in SystemSlidersNode:

   * @param {PendulumLabModel} pendulumLabModel - Model of Lab screen.

Is this correct? It seems like this component is used on all screens, not just the Lab screen.

andrey-zelenkov commented 9 years ago

Fixed JSDoc comment in SystemSlidersNode for 'pendulumLabModel' param. Reassign to @aaronsamuel137 for verification.

aaronsamuel137 commented 9 years ago

Looks good. Closing