phetsims / energy-skate-park

"Energy Skate Park" is an educational simulation in HTML5, by PhET Interactive Simulations.
MIT License
2 stars 11 forks source link

Bad tandem name 'jupiterItemItem' #381

Closed pixelzoom closed 8 months ago

pixelzoom commented 8 months ago

Discovered while working on

In GravityComboBox.js, 'jupiterItemItem' should be 'jupiterItem':

      { label: gravityJupiterString, value: EnergySkateParkConstants.JUPITER_GRAVITY, tandemName: 'jupiterItemItem' }

I did not touch this because it will be a PhET-iO API change.

jessegreenberg commented 8 months ago

Thanks, I fixed the name. energy-skate-park isn't in phet-io-api-stable.md and pre commit hooks are passing so I assume its safe to change.