phetsims / function-builder

"Function Builder" is an educational simulation in HTML5, by PhET Interactive Simulations at the University of Colorado Boulder.
GNU General Public License v3.0
4 stars 4 forks source link

use phet.chipper.queryParameters.speed #118

Closed pixelzoom closed 6 years ago

pixelzoom commented 6 years ago

Replace '?slow' with phet.chipper.queryParameters.speed

See https://github.com/phetsims/joist/issues/476#issuecomment-377078368

pixelzoom commented 6 years ago

I remove ?slow. phet.chipper.queryParameters.speed is working nicely, and provides the same result.

Closing.