From f56dc8ecf5f2845ed40b62eec4e0e2227bebd5ba Mon Sep 17 00:00:00 2001 From: Viraj Mahesh Date: Mon, 21 Apr 2014 16:12:28 -0700 Subject: [PATCH] Fixed an error where stage could not take screenshots --- objects.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/objects.js b/objects.js index 91febf23..ea07e6e0 100644 --- a/objects.js +++ b/objects.js @@ -4868,6 +4868,12 @@ StageMorph.prototype.deleteVariable = SpriteMorph.prototype.deleteVariable; StageMorph.prototype.doScreenshot = SpriteMorph.prototype.doScreenshot; +StageMorph.prototype.newCostumeNameCached + = SpriteMorph.prototype.newCostumeNameCached; + +StageMorph.prototype.newCostumeNameFn + = SpriteMorph.prototype.newCostumeNameFn; + StageMorph.prototype.blockForSelector = SpriteMorph.prototype.blockForSelector;