phetsims / hookes-law

"Hooke's Law" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
1 stars 4 forks source link

remove Tween preload #72

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.