mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
JSDoc fix
This commit is contained in:
parent
d47e59944d
commit
bd19929006
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ var Animation = new Class({
|
|||
*
|
||||
* @name Phaser.Animations.Animation#skipMissedFrames
|
||||
* @type {boolean}
|
||||
* @default false
|
||||
* @default true
|
||||
* @since 3.0.0
|
||||
*/
|
||||
this.skipMissedFrames = GetValue(config, 'skipMissedFrames', true);
|
||||
|
|
Loading…
Reference in a new issue