Skip to content

Commit ad0e53a

Browse files
committed
Merge pull request phaserjs#459 from nhowell/patch-1
Fix typo of Phaser.TweenManager#pauseAll for docs
2 parents f9a63a9 + 0fbbb88 commit ad0e53a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tween/TweenManager.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Phaser.TweenManager.prototype = {
174174
/**
175175
* Pauses all currently running tweens.
176176
*
177-
* @method Phaser.TweenManager#update
177+
* @method Phaser.TweenManager#pauseAll
178178
*/
179179
pauseAll: function () {
180180

@@ -186,7 +186,7 @@ Phaser.TweenManager.prototype = {
186186
},
187187

188188
/**
189-
* Pauses all currently paused tweens.
189+
* Resumes all currently paused tweens.
190190
*
191191
* @method Phaser.TweenManager#resumeAll
192192
*/

0 commit comments

Comments
 (0)