mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
Fix typo of Phaser.TweenManager#pauseAll for docs
This commit is contained in:
parent
f9a63a9d2e
commit
0fbbb887fc
1 changed files with 2 additions and 2 deletions
|
@ -174,7 +174,7 @@ Phaser.TweenManager.prototype = {
|
|||
/**
|
||||
* Pauses all currently running tweens.
|
||||
*
|
||||
* @method Phaser.TweenManager#update
|
||||
* @method Phaser.TweenManager#pauseAll
|
||||
*/
|
||||
pauseAll: function () {
|
||||
|
||||
|
@ -186,7 +186,7 @@ Phaser.TweenManager.prototype = {
|
|||
},
|
||||
|
||||
/**
|
||||
* Pauses all currently paused tweens.
|
||||
* Resumes all currently paused tweens.
|
||||
*
|
||||
* @method Phaser.TweenManager#resumeAll
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue