diff options
| author | Viraj Mahesh <virajmahesh@gmail.com> | 2014-03-07 15:07:41 -0800 |
|---|---|---|
| committer | Viraj Mahesh <virajmahesh@gmail.com> | 2014-03-07 15:07:41 -0800 |
| commit | 6715784dec1ee24b06f63551020ac8aabbcc6b6d (patch) | |
| tree | c42308048d319756760122c790ff123acf44e989 /objects.js | |
| parent | 4888ecb9ec74b52c606e6dc7dbaf54119b553f85 (diff) | |
| download | snap-yow-6715784dec1ee24b06f63551020ac8aabbcc6b6d.tar.gz snap-yow-6715784dec1ee24b06f63551020ac8aabbcc6b6d.zip | |
Removed extra variables
Diffstat (limited to 'objects.js')
| -rw-r--r-- | objects.js | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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); }; |
