summaryrefslogtreecommitdiff
path: root/objects.js
diff options
context:
space:
mode:
authorViraj Mahesh <virajmahesh@gmail.com>2014-04-21 16:12:28 -0700
committerViraj Mahesh <virajmahesh@gmail.com>2014-04-21 16:12:28 -0700
commitf56dc8ecf5f2845ed40b62eec4e0e2227bebd5ba (patch)
tree9c80071c0800180ed03805b76bc642cd1c13737a /objects.js
parenta9636e62204e1815e6bf3134f876322f8c387d4f (diff)
downloadsnap-f56dc8ecf5f2845ed40b62eec4e0e2227bebd5ba.tar.gz
snap-f56dc8ecf5f2845ed40b62eec4e0e2227bebd5ba.zip
Fixed an error where stage could not take screenshots
Diffstat (limited to 'objects.js')
-rw-r--r--objects.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/objects.js b/objects.js
index 91febf2..ea07e6e 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;