phetsims / bending-light

"Bending Light" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/bending-light
GNU General Public License v3.0
8 stars 8 forks source link

Replace getQueryParameter with QueryStringMachine #363

Closed pixelzoom closed 7 years ago

pixelzoom commented 7 years ago

Factored out of https://github.com/phetsims/query-string-machine/issues/15

pixelzoom commented 7 years ago

This sim doesn't have a *QueryParameters file, so I'm not going to do the conversion.

pixelzoom commented 7 years ago

BendingLightQueryParameters was not needed. The only query parameter used by this sim was webgl, so I used phet.chipper.queryParameters.webgl.

Closing.