Skip to content

Commit

Permalink
Addressed REVIEW: Update doc type phetsims/masses-and-springs-basics#48
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed Jan 30, 2019
1 parent acfefd0 commit 74dd799
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/common/view/SpringScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,7 @@ define( function( require ) {
}
);

// REVIEW: JSDoc
// Buttons controlling the speed of the sim, play/pause button, and the reset button
// @public {HBox} Buttons controlling the speed of the sim, play/pause button, and the reset button
this.simControlHBox = new HBox( {
spacing: this.spacing * 6,
children: [ this.timeControlNode, this.resetAllButton ]
Expand Down

0 comments on commit 74dd799

Please sign in to comment.