Skip to content

Commit

Permalink
Addressed REVIEW: Updated doc. 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 0727c4a commit c697391
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/common/model/Spring.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ define( function( require ) {
* @param {Object} springState - Sets the springs's properties with previously stored properties. See getSpringState
*
* @public
* @returns {Object} REVIEW: I don't see a return value here
*/
setSpringState: function( springState ) {
this.displacementProperty.set( springState.displacement );
Expand Down

0 comments on commit c697391

Please sign in to comment.