Skip to content

Commit 15a0ae6

Browse files
committed
jsdoc fix
1 parent 908e9d6 commit 15a0ae6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/animation/Animation.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,7 @@ Object.defineProperty(Phaser.Animation.prototype, 'enableUpdate', {
732732
* You could use this function to generate those by doing: Phaser.Animation.generateFrameNames('explosion_', 1, 30, '-large', 4);
733733
*
734734
* @method Phaser.Animation.generateFrameNames
735+
* @static
735736
* @param {string} prefix - The start of the filename. If the filename was 'explosion_0001-large' the prefix would be 'explosion_'.
736737
* @param {number} start - The number to start sequentially counting from. If your frames are named 'explosion_0001' to 'explosion_0034' the start is 1.
737738
* @param {number} stop - The number to count to. If your frames are named 'explosion_0001' to 'explosion_0034' the stop value is 34.

0 commit comments

Comments
 (0)