From 6715784dec1ee24b06f63551020ac8aabbcc6b6d Mon Sep 17 00:00:00 2001 From: Viraj Mahesh Date: Fri, 7 Mar 2014 15:07:41 -0800 Subject: Removed extra variables --- objects.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/objects.js b/objects.js index 07b40cc..25e94fc 100644 --- a/objects.js +++ b/objects.js @@ -3714,9 +3714,7 @@ SpriteMorph.prototype.doScreenshot = function (data) { } var stage = this.parentThatIsA(StageMorph), canvas = stage.fullImageClassic(), - ide = this.parentThatIsA(IDE_Morph), - screenshotName = data, - costume = new Costume(canvas, screenshotName); + costume = new Costume(canvas, data); this.addCostume(costume); }; -- cgit v1.3.1