Skip to content

Commit 3456e19

Browse files
committed
Updated jsdocs
1 parent c85648e commit 3456e19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/components/Animation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ var Animation = new Class({
504504
* @since 3.0.0
505505
*
506506
* @param {(string|Phaser.Animations.Animation)} key - The string-based key of the animation to play, as defined previously in the Animation Manager. Or an Animation instance.
507-
* @param {boolean} [ignoreIfPlaying=false] - If an animation is already playing then ignore this call.
507+
* @param {boolean} [ignoreIfPlaying=false] - If this animation is already playing then ignore this call.
508508
* @param {integer} [startFrame=0] - Optionally start the animation playing from this frame index.
509509
*
510510
* @return {Phaser.GameObjects.GameObject} The Game Object that owns this Animation Component.

0 commit comments

Comments
 (0)