Jens Mönig 2016-07-14 08:06:47 +02:00
rodzic b6e7254a9e
commit e6ddb5421d
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -149,7 +149,7 @@ isSnapObject, copy, PushButtonMorph, SpriteIconMorph*/
// Global stuff //////////////////////////////////////////////////////// // Global stuff ////////////////////////////////////////////////////////
modules.blocks = '2016-July-06'; modules.blocks = '2016-July-14';
var SyntaxElementMorph; var SyntaxElementMorph;
var BlockMorph; var BlockMorph;
@ -3775,7 +3775,7 @@ CommandBlockMorph.prototype.closestAttachTarget = function (newParent) {
} }
); );
} }
if (!this.isStop()) { if (!bottomBlock.isStop()) {
ref.push( ref.push(
{ {
point: bottomBlock.bottomAttachPoint(), point: bottomBlock.bottomAttachPoint(),