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 for setLabelText #72

Closed aaronsamuel137 closed 9 years ago

aaronsamuel137 commented 9 years ago

During code review #56 I noticed that the function setLabelText of ToolsControlPanelNode has no JSDoc.

I think it would be helpful to have a little documentation describing where this function is used and why it is necessary.

andrey-zelenkov commented 9 years ago

Added JSDoc for setLabelText. Reassign to @aaronsamuel137 for verification.

aaronsamuel137 commented 9 years ago

Looks good. Closing