greensock / GSAP

GSAP (GreenSock Animation Platform), a JavaScript animation library for the modern web
https://gsap.com
19.86k stars 1.72k forks source link

'_overwrite of null' on minified version #14

Closed superguigui closed 11 years ago

superguigui commented 11 years ago

Hi, over two different projects we noticed that some unexplicable errors (Cannot set property '_overwrite' of null) can happen from time to time on simple tweens with the minified version of tweenmax.js and that they don't happen anymore when we minify ourself tweenmax.js with uglifyjs. Are you guys using google closure compiler for minification ?

jackdoyle commented 11 years ago

We used Closure compiler for early versions, but we switched to uglify a while back. Are you sure you're using the latest version of the GSAP files? Are you still seeing the issue in 1.10.0?

superguigui commented 11 years ago

Indeed if we take the build version it's working perfectly even when minified ! Sorry about that, i'm closing the issue