From b9deb43c8842e6c47a9605773e726d03fbaf99c8 Mon Sep 17 00:00:00 2001 From: Nicholas Howell Date: Wed, 19 Feb 2014 15:48:38 -0500 Subject: [PATCH] Fix typo of Phaser.Graphics.prototype.destroy for docs The method was appearing in the wrong file in the documentation --- src/gameobjects/Graphics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gameobjects/Graphics.js b/src/gameobjects/Graphics.js index 742abafc6..437d018d8 100644 --- a/src/gameobjects/Graphics.js +++ b/src/gameobjects/Graphics.js @@ -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() {