From 3ea43d804d082703de496f464824e2fe3893d8b9 Mon Sep 17 00:00:00 2001 From: pixelzoom Date: Wed, 29 Jun 2022 13:26:50 -0600 Subject: [PATCH] delete vestigial comment, https://github.com/phetsims/scenery-phet/issues/747 --- js/demo/ComponentsScreenView.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/js/demo/ComponentsScreenView.js b/js/demo/ComponentsScreenView.js index 071e22e8d..07dd23617 100644 --- a/js/demo/ComponentsScreenView.js +++ b/js/demo/ComponentsScreenView.js @@ -1798,19 +1798,6 @@ function demoStarNode( layoutBounds ) { // Creates a sample ScientificNotationNode function demoScientificNotationNode( layoutBounds ) { - // Controls, in a Dialog - // mantissaDecimalPlaces: spinner [0, 10] - // exponent: spinner [0, 10] - // showIntegersAsMantissaOnly: checkbox - // showZeroAsInteger: checkbox - // showZeroExponent: checkbox - // update button - - // Display: - // value: HSlider [-1000,1000] - // actualValue: Text - // ScientificNotationNode - const textOptions = { font: new PhetFont( 14 ) };