Skip to content

Commit

Permalink
doc PointTool #78
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Apr 24, 2017
1 parent d7cebf9 commit f8fbeb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/common/model/PointTool.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ define( function( require ) {
this.dragBounds = dragBounds; // @public

// Update when the point tool moves or the lines change.
// unmultilink unneeded because PointTool either exists for sim lifetime, or is owned by a Challenge that
// doesn't require dispose.
Property.multilink( [ this.locationProperty, lines.lengthProperty ],
function() {
var line;
Expand Down

0 comments on commit f8fbeb5

Please sign in to comment.