mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
Fix typo for documentation on create method of AnimationManager on line 190
This commit is contained in:
parent
a273d69f2a
commit
9f1cd22882
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ var AnimationManager = new Class({
|
||||||
*
|
*
|
||||||
* @param {Phaser.Types.Animations.Animation} config - The configuration settings for the Animation.
|
* @param {Phaser.Types.Animations.Animation} config - The configuration settings for the Animation.
|
||||||
*
|
*
|
||||||
* @return {(Phaser.Animations.Animation|false)} The Animation that was created, or `false` is the key is already in use.
|
* @return {(Phaser.Animations.Animation|false)} The Animation that was created, or `false` if the key is already in use.
|
||||||
*/
|
*/
|
||||||
create: function (config)
|
create: function (config)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue