Fix typo of Phaser.TweenManager#pauseAll for docs

This commit is contained in:
Nicholas Howell 2014-02-19 21:48:59 -05:00
parent f9a63a9d2e
commit 0fbbb887fc

View file

@ -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
*/