Skip to content

Commit 145dae4

Browse files
committed
Fixed documentation the .label method in TweenJS
1 parent bfb85bc commit 145dae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tweenjs/Tween.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ this.createjs = this.createjs||{};
510510
* // ...
511511
* tween.gotoAndPlay("myLabel"); // would play from 1000ms in.
512512
*
513-
* @method addLabel
513+
* @method label
514514
* @param {String} label The label name.
515515
* @return {Tween} This tween instance (for chaining calls).
516516
* @chainable

0 commit comments

Comments
 (0)