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 e1ac9af commit b7bbcbd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions js/common/view/GQViewProperties.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ define( require => {
// {string} form of equations used to label curves on the graph, see GQConstants.EQUATION_FORMS
equationForm: 'standard',

// {boolean|null} initial values for optional BooleanProperties,
// null means to omit the corresponding BooleanProperty
// {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.
// See https://github.com/phetsims/graphing-quadratics/issues/55
vertexVisible: null,
axisOfSymmetryVisible: null,
coordinatesVisible: null,
Expand Down

0 comments on commit b7bbcbd

Please sign in to comment.