Closed kungfooman closed 5 years ago
Just converted this to TypeScript for testing and it found two issues:
https://github.com/playcanvas/playcanvas-tween/blob/5ffeebd56d56f611e5c60b5dfb920eb903930aed/tween.js#L84
This is not defined, it probably should be pc.Linear
pc.Linear
https://github.com/playcanvas/playcanvas-tween/blob/5ffeebd56d56f611e5c60b5dfb920eb903930aed/tween.js#L430
tmp is leaking into global/window context
tmp
Just converted this to TypeScript for testing and it found two issues:
https://github.com/playcanvas/playcanvas-tween/blob/5ffeebd56d56f611e5c60b5dfb920eb903930aed/tween.js#L84
This is not defined, it probably should be
pc.Linear
https://github.com/playcanvas/playcanvas-tween/blob/5ffeebd56d56f611e5c60b5dfb920eb903930aed/tween.js#L430
tmp
is leaking into global/window context