Merge pull request #454 from nhowell/patch-1

Fix typo of Phaser.Graphics.prototype.destroy for docs
This commit is contained in:
Richard Davey 2014-02-20 01:40:09 +00:00
commit 59a4e80dc1

View file

@ -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() {