Skip to content

Commit

Permalink
add review comment, see #43
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Nov 5, 2018
1 parent 6af153a commit 77dfe87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/standardform/model/StandardFormModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ define( require => {
phetioStudioControl: false
};

//REVIEW: Since aProperty is duplicated in VertexFormModel.js, should there a comment that notes they should stay in sync?
// coefficients for standard form
const aProperty = new NumberProperty( A_RANGE.defaultValue, _.extend( {
range: A_RANGE,
Expand Down

0 comments on commit 77dfe87

Please sign in to comment.