diff options
| author | Viraj Mahesh <virajmahesh@gmail.com> | 2014-07-13 12:37:49 +0400 |
|---|---|---|
| committer | Viraj Mahesh <virajmahesh@gmail.com> | 2014-07-13 12:37:49 +0400 |
| commit | 3ca3d33642497b3b4e2a2d016f7a6824b681c5b1 (patch) | |
| tree | f6060b044137a76f2623f9976b06898704f6df53 | |
| parent | 36bbcdd5effc25eebb42fb260efe7eb96cdcc6bf (diff) | |
| download | snap-3ca3d33642497b3b4e2a2d016f7a6824b681c5b1.tar.gz snap-3ca3d33642497b3b4e2a2d016f7a6824b681c5b1.zip | |
Removed screenshot name cache
| -rw-r--r-- | objects.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4234,8 +4234,6 @@ StageMorph.prototype.init = function (globals) { this.acceptsDrops = false; this.setColor(new Color(255, 255, 255)); this.fps = this.frameRate; - - this.screenshotNames = {}; // Keeps track of stage image names }; // StageMorph scaling |
