From c697391023cc15067fecd5e7414ee7b1bec0d32c Mon Sep 17 00:00:00 2001 From: denz1994 Date: Wed, 30 Jan 2019 11:35:27 -0500 Subject: [PATCH] Addressed REVIEW: Updated doc. https://github.com/phetsims/masses-and-springs-basics/issues/48 --- js/common/model/Spring.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/common/model/Spring.js b/js/common/model/Spring.js index fc7e5540..5fd52dc5 100644 --- a/js/common/model/Spring.js +++ b/js/common/model/Spring.js @@ -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 );