Skip to content

Commit

Permalink
add review comments, see #43
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Nov 6, 2018
1 parent da5bebe commit c9a1c07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/explore/view/ExploreInteractiveEquationNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ define( require => {
// equation
const equationNode = new EquationNode( aProperty, bProperty, cProperty, {
tandem: options.tandem.createTandem( 'equationNode' ),
//REVIEW: suggested phetioDocumentation: 'the equation that changes as the sliders are adjusted'.
//see FocusAndDirectrixInteractiveEquationNode.js
phetioDocumentation: 'the equation that changes as you adjust the sliders'
} );

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ define( require => {
// equation
const equationNode = new EquationNode( pProperty, hProperty, kProperty, {
tandem: options.tandem.createTandem( 'equationNode' ),
//REVIEW: suggested phetioDocumentation: 'the equation that changes as the sliders are adjusted'. after a quick
//search, i'm not seeing any uses of second person for phet-io documentation. also see ExploreInteractiveEquationNode.js
phetioDocumentation: 'the equation that changes as you adjust the sliders'
} );

Expand Down

0 comments on commit c9a1c07

Please sign in to comment.