phetsims / fractions-intro

"Fractions Intro" is an educational simulation in HTML5, by PhET Interactive Simulations.
MIT License
1 stars 3 forks source link

remove Tween preload? #99

Closed pixelzoom closed 5 years ago

pixelzoom commented 5 years ago

I don't see TWEEN used anywhere in fractions-intro or its dependencies, but I see this preload in package.json:

    "preload": [
      "../sherpa/lib/Tween-r12.js"
    ]

Can this preload be removed?

jonathanolson commented 5 years ago

Removed, thanks!