summaryrefslogtreecommitdiff
path: root/objects.js
diff options
context:
space:
mode:
authorViraj Mahesh <virajmahesh@gmail.com>2014-05-30 09:47:22 +0400
committerViraj Mahesh <virajmahesh@gmail.com>2014-05-30 09:47:22 +0400
commit209f05dfffa55832da56a7cb4a53d23bd97ce7c4 (patch)
tree90c02d45d637197cbbe6139eb26aa8e0ea861d2c /objects.js
parent159b4b26058fa1b630f2709b938c47902f1188c7 (diff)
downloadsnap-yow-209f05dfffa55832da56a7cb4a53d23bd97ce7c4.tar.gz
snap-yow-209f05dfffa55832da56a7cb4a53d23bd97ce7c4.zip
Made updates to StageMorph functions
Diffstat (limited to 'objects.js')
-rw-r--r--objects.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/objects.js b/objects.js
index 52f3362..fb1804e 100644
--- a/objects.js
+++ b/objects.js
@@ -4858,11 +4858,8 @@ 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.newCostumeName
+ = SpriteMorph.prototype.newCostumeName;
StageMorph.prototype.blockForSelector
= SpriteMorph.prototype.blockForSelector;