diff options
| author | Gubolin <gubolin@fantasymail.de> | 2015-07-01 17:43:21 +0200 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2015-07-01 17:43:21 +0200 |
| commit | a3cae8db6e442da230a880a26546595afee7a3bd (patch) | |
| tree | f9a2b3473e65885e1804e2b46f75f883efe1e365 /objects.js | |
| parent | b0d5fca03273d74c009c1415285c0ec375e1f848 (diff) | |
| parent | 44e4f5d94bc6e448beb46e5d688153c8203d6da8 (diff) | |
| download | snap-a3cae8db6e442da230a880a26546595afee7a3bd.tar.gz snap-a3cae8db6e442da230a880a26546595afee7a3bd.zip | |
Merge branch 'OOP' into development
Diffstat (limited to 'objects.js')
| -rw-r--r-- | objects.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |
