Merge pull request #460 from nhowell/patch-2

Fix typo of Phaser.World#preUpdate for docs
This commit is contained in:
Richard Davey
2014-02-21 15:52:41 +00:00
+1 -1
View File
@@ -64,7 +64,7 @@ Phaser.World.prototype.boot = function () {
* This is called automatically after the plugins preUpdate and before the State.update.
* Most objects have preUpdate methods and it's where initial movement, drawing and calculations are done.
*
* @method Phaser.World#update
* @method Phaser.World#preUpdate
*/
Phaser.World.prototype.preUpdate = function () {