summaryrefslogtreecommitdiff
path: root/objects.js
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2015-07-01 17:43:21 +0200
committerGubolin <gubolin@fantasymail.de>2015-07-01 17:43:21 +0200
commita3cae8db6e442da230a880a26546595afee7a3bd (patch)
treef9a2b3473e65885e1804e2b46f75f883efe1e365 /objects.js
parentb0d5fca03273d74c009c1415285c0ec375e1f848 (diff)
parent44e4f5d94bc6e448beb46e5d688153c8203d6da8 (diff)
downloadsnap-a3cae8db6e442da230a880a26546595afee7a3bd.tar.gz
snap-a3cae8db6e442da230a880a26546595afee7a3bd.zip
Merge branch 'OOP' into development
Diffstat (limited to 'objects.js')
-rw-r--r--objects.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/objects.js b/objects.js
index 39aa567..8615ee2 100644
--- a/objects.js
+++ b/objects.js
@@ -125,7 +125,7 @@ PrototypeHatBlockMorph*/
// Global stuff ////////////////////////////////////////////////////////
-modules.objects = '2015-April-17';
+modules.objects = '2015-May-18';
var SpriteMorph;
var StageMorph;
@@ -2900,7 +2900,7 @@ SpriteMorph.prototype.userMenu = function () {
};
SpriteMorph.prototype.exportSprite = function () {
- if (this.isCoone) {return; }
+ if (this.isClone) {return; }
var ide = this.parentThatIsA(IDE_Morph);
if (ide) {
ide.exportSprite(this);