CreateJS / TweenJS

A simple but powerful tweening / animation library for Javascript. Part of the CreateJS suite of libraries.
http://createjs.com/
MIT License
3.56k stars 967 forks source link

Add var to tween variable #19

Closed snuuuz closed 11 years ago

snuuuz commented 11 years ago

Looks like this line should have a var declaration in front?

https://github.com/CreateJS/TweenJS/blob/master/src/tweenjs/Timeline.js#L285 tween = this._tweens[i];

Thanks -Michael

lannymcnie commented 11 years ago

This has been addressed. Cheers!