Skip to content

Commit

Permalink
doc options #55
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Malley <[email protected]>
  • Loading branch information
pixelzoom committed Nov 7, 2018
1 parent b7bbcbd commit 0021937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/common/view/GQViewProperties.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ define( require => {

// {boolean|null} initial values for optional BooleanProperties
// A null value means to omit the corresponding BooleanProperty.
// This pattern was applied to address duplication of 3 contentious BooleanProperties.
// These options were added to address the duplication of 3 contentious BooleanProperties.
// See https://github.com/phetsims/graphing-quadratics/issues/55
vertexVisible: null,
axisOfSymmetryVisible: null,
coordinatesVisible: null,

// phet-io
// phet-io
tandem: Tandem.required
}, options );

Expand Down

0 comments on commit 0021937

Please sign in to comment.