Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Sep 1, 2015
1 parent ff69b3a commit 3d54b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/ParametricSpringNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ define( function( require ) {
springPoints[ index + 1 ].setXY( coilX, coilY );
}

// mutate the end of the rightmost horizontal wire
// mutate horizontal line at right end
var lastCoilPoint = springPoints[ springPoints.length - 2 ];
springPoints[ springPoints.length - 1 ].setXY( lastCoilPoint.x + options.rightEndLength, lastCoilPoint.y );

Expand Down

0 comments on commit 3d54b00

Please sign in to comment.