Merge pull request #455 from nhowell/patch-4

Fix typo of Phaser.BitmapText.prototype.destroy for docs
This commit is contained in:
Richard Davey 2014-02-20 01:39:03 +00:00
commit 310eb0a69e

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() {