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 966 forks source link

Documentation: Tween.addLabel() should be Tween.label() #99

Closed FumioNonaka closed 7 years ago

FumioNonaka commented 7 years ago

https://github.com/CreateJS/TweenJS/blob/6a571a92a68e511d122085df2d64c0b0eb276353/src/tweenjs/Tween.js#L520 Tween.label() method calls AbstractTween.addLabel(). http://createjs.com/docs/tweenjs/classes/Tween.html#method_addLabel

lannymcnie commented 7 years ago

Thanks! Fixed and pushed. Online docs and zips are not updated, but will be during the next build.