mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 22:48:34 +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.
|
* Destroy this Graphics instance.
|
||||||
*
|
*
|
||||||
* @method Phaser.Sprite.prototype.destroy
|
* @method Phaser.Graphics.prototype.destroy
|
||||||
*/
|
*/
|
||||||
Phaser.Graphics.prototype.destroy = function() {
|
Phaser.Graphics.prototype.destroy = function() {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue