Skip to content

Commit

Permalink
delete vestigial comment, #747
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jun 29, 2022
1 parent 4d8f464 commit 3ea43d8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions js/demo/ComponentsScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
};
Expand Down

0 comments on commit 3ea43d8

Please sign in to comment.