mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 21:53:59 +00:00
Fix typo of Phaser.BitmapText.prototype.destroy for docs
This commit is contained in:
parent
e95ec9fdbc
commit
d5e45c22e9
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() {
|
Phaser.BitmapText.prototype.destroy = function() {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue