phetsims / unit-rates

"Unit Rates" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
0 stars 2 forks source link

remove Tween preload #211

Closed pixelzoom closed 5 years ago

pixelzoom commented 5 years ago

TWEEN was replaced by twixt over in https://github.com/phetsims/twixt/issues/18. But I still see this in package.json, which I suspect should be removed:

    "preload": [
      "../sherpa/lib/Tween-r12.js"
    ],
pixelzoom commented 5 years ago

Tween preload was removed, tested requirejs and built versions. Closing.