Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace '{0}' with NumberDisplay.NUMBERED_PLACEHOLDER #71

Closed
pixelzoom opened this issue Feb 5, 2019 · 1 comment
Closed

replace '{0}' with NumberDisplay.NUMBERED_PLACEHOLDER #71

pixelzoom opened this issue Feb 5, 2019 · 1 comment
Assignees

Comments

@pixelzoom
Copy link
Contributor

pixelzoom commented Feb 5, 2019

Noted in phetsims/scenery-phet#446.

See:

// AppliedForceControl
 var VALUE_PATTERN = StringUtils.format( pattern0Value1UnitsString, '{0}', newtonsString );

// DisplacementControl
var VALUE_PATTERN = StringUtils.format( pattern0Value1UnitsString, '{0}', metersString );

// SpringConstantControl
  var VALUE_PATTERN = StringUtils.format( pattern0Value1UnitsString, '{0}', newtonsPerMeterString );
@pixelzoom
Copy link
Contributor Author

Done, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant