Skip to content

Commit

Permalink
doc multilink, #78
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Apr 23, 2017
1 parent 87d06a2 commit 4eecb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/LineFormsModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ define( function( require ) {
this.savedLines = new ObservableArray();
this.standardLines = new ObservableArray();

// Update the lines seen by the graph.
// Update the lines seen by the graph. unmultilink unnecessary because we own these Properties.
Property.multilink( [ this.interactiveLineProperty, this.savedLines.lengthProperty, this.standardLines.lengthProperty ],
function() {
self.graph.lines.clear();
Expand Down

0 comments on commit 4eecb57

Please sign in to comment.