mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 21:53:59 +00:00
Merge pull request #455 from nhowell/patch-4
Fix typo of Phaser.BitmapText.prototype.destroy for docs
This commit is contained in:
commit
310eb0a69e
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ Phaser.BitmapText.prototype.update = function() {
|
|||
}
|
||||
|
||||
/**
|
||||
* @method Phaser.Text.prototype.destroy
|
||||
* @method Phaser.BitmapText.prototype.destroy
|
||||
*/
|
||||
Phaser.BitmapText.prototype.destroy = function() {
|
||||
|
||||
|
|
Loading…
Reference in a new issue