Merge pull request #459 from nhowell/patch-1

Fix typo of Phaser.TweenManager#pauseAll for docs
This commit is contained in:
Richard Davey
2014-02-20 03:44:29 +00:00
+2 -2
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
*/