diff options
| author | Viraj Mahesh <virajmahesh@gmail.com> | 2014-05-30 09:47:22 +0400 |
|---|---|---|
| committer | Viraj Mahesh <virajmahesh@gmail.com> | 2014-05-30 09:47:22 +0400 |
| commit | 209f05dfffa55832da56a7cb4a53d23bd97ce7c4 (patch) | |
| tree | 90c02d45d637197cbbe6139eb26aa8e0ea861d2c | |
| parent | 159b4b26058fa1b630f2709b938c47902f1188c7 (diff) | |
| download | snap-byow-209f05dfffa55832da56a7cb4a53d23bd97ce7c4.tar.gz snap-byow-209f05dfffa55832da56a7cb4a53d23bd97ce7c4.zip | |
Made updates to StageMorph functions
| -rw-r--r-- | objects.js | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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; |
