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 77dfe87 commit 0759171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/vertexform/model/VertexFormModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ define( require => {
}, coefficientPropertyOptions ) );
phet.log && aProperty.link( a => { phet.log( 'a=' + a ); } );

//REVIEW: Since h and k are duplicated in FocusAndDirectrixModel.js, should there be comments that note they should stay in sync?
const hProperty = new NumberProperty( H_RANGE.defaultValue, _.extend( {
range: H_RANGE,
tandem: tandem.createTandem( 'hProperty' ),
Expand Down

0 comments on commit 0759171

Please sign in to comment.