diff --git a/js/standardform/view/RootsNode.js b/js/standardform/view/RootsNode.js index f2e7303c..fdda9948 100644 --- a/js/standardform/view/RootsNode.js +++ b/js/standardform/view/RootsNode.js @@ -133,7 +133,7 @@ define( require => { rootsVisible && // the Roots checkbox is checked !!quadratic.roots && // it is not the case that all points on the quadratic are roots quadratic.roots.length !== 0 // there is at least one root - ); + ); visibleProperty.linkAttribute( this, 'visible' ); } }