From d5e45c22e98ae25f801057df1f00a0daceb961b2 Mon Sep 17 00:00:00 2001 From: Nicholas Howell Date: Wed, 19 Feb 2014 16:16:23 -0500 Subject: [PATCH] Fix typo of Phaser.BitmapText.prototype.destroy for docs --- src/gameobjects/BitmapText.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gameobjects/BitmapText.js b/src/gameobjects/BitmapText.js index 2bab27f20..2ffe38d75 100644 --- a/src/gameobjects/BitmapText.js +++ b/src/gameobjects/BitmapText.js @@ -154,7 +154,7 @@ Phaser.BitmapText.prototype.update = function() { } /** -* @method Phaser.Text.prototype.destroy +* @method Phaser.BitmapText.prototype.destroy */ Phaser.BitmapText.prototype.destroy = function() {