mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
Merge pull request #454 from nhowell/patch-1
Fix typo of Phaser.Graphics.prototype.destroy for docs
This commit is contained in:
commit
59a4e80dc1
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ Phaser.Graphics.prototype.constructor = Phaser.Graphics;
|
|||
/**
|
||||
* Destroy this Graphics instance.
|
||||
*
|
||||
* @method Phaser.Sprite.prototype.destroy
|
||||
* @method Phaser.Graphics.prototype.destroy
|
||||
*/
|
||||
Phaser.Graphics.prototype.destroy = function() {
|
||||
|
||||
|
|
Loading…
Reference in a new issue