Fix typo of Phaser.World#preUpdate for docs

This commit is contained in:
Nicholas Howell
2014-02-19 22:17:38 -05:00
parent f9a63a9d2e
commit 6dca66c501
+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 () {