Skip to content

Commit

Permalink
#55 added documentation for Curve.points.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-zelenkov committed Sep 29, 2015
1 parent 9fe15c0 commit c25abee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/curve-fitting/model/Curve.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ define( function( require ) {
this._orderOfFitProperty = orderOfFitProperty;
this._fitTypeProperty = fitTypeProperty;

// points for plotting curve
// Contains points for plotting curve. Only point above graph will be taken for calculations. Order doesn't matter.
this.points = new ObservableArray();

// special object to getting fit for points
Expand Down

0 comments on commit c25abee

Please sign in to comment.