Fix typo of Phaser.BitmapText.prototype.destroy for docs

This commit is contained in:
Nicholas Howell 2014-02-19 16:16:23 -05:00
parent e95ec9fdbc
commit d5e45c22e9

View file

@ -154,7 +154,7 @@ Phaser.BitmapText.prototype.update = function() {
} }
/** /**
* @method Phaser.Text.prototype.destroy * @method Phaser.BitmapText.prototype.destroy
*/ */
Phaser.BitmapText.prototype.destroy = function() { Phaser.BitmapText.prototype.destroy = function() {