Skip to content

Commit

Permalink
update jsDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
veillette committed Jul 29, 2021
1 parent 9a793f9 commit 5a8ea9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/TargetNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class TargetNode extends Node {
targetImage.visible = ( ( isVirtual ) ? showVirtualImage : true ) && enableImage;
} );

// update position and visibility when model bounds change
// update position and scale when model bounds change
target.boundsProperty.link( () => {
updateScaleAndPosition();
} );
Expand Down

0 comments on commit 5a8ea9d

Please sign in to comment.