Fix typo of Phaser.Graphics.prototype.destroy for docs

The method was appearing in the wrong file in the documentation
This commit is contained in:
Nicholas Howell
2014-02-19 15:48:38 -05:00
parent e95ec9fdbc
commit b9deb43c88
+1 -1
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() {