Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Sep 14, 2023
1 parent 5687bf9 commit 6201306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/view/ISLCObjectNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ class ISLCObjectNode extends AccessibleSlider( Node, 0 ) {
this.addChild( this.dragNode );

// @private
this.y = config.y; // TODO: is this needed? https://github.com/phetsims/tasks/issues/1129
this.y = config.y; //TODO https://github.com/phetsims/inverse-square-law-common/issues/88 is this needed?

// Added for PhET-iO as a way to hide the dashed lines.
const centerOfMassLineNode = new Node( { tandem: config.tandem.createTandem( 'centerOfMassLineNode' ) } );
Expand Down

0 comments on commit 6201306

Please sign in to comment.