From 7669cfda8621b1b8a06b674e75d20e24c03f1e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Wed, 12 Jul 2017 10:29:27 +0200 Subject: [PATCH] OOP tweaks --- blocks.js | 2 +- threads.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/blocks.js b/blocks.js index f96977b8..daba23ec 100644 --- a/blocks.js +++ b/blocks.js @@ -1370,7 +1370,7 @@ SyntaxElementMorph.prototype.labelPart = function (spec) { 'shadowedVariablesMenu', true ); - part.isStatic = true; + // part.isStatic = true; break; case '%lst': part = new InputSlotMorph( diff --git a/threads.js b/threads.js index 0d51e8f4..a85f541c 100644 --- a/threads.js +++ b/threads.js @@ -1604,6 +1604,7 @@ Process.prototype.doDeleteAttr = function (attrName) { xPosition: 'x position', yPosition: 'y position', direction: 'direction', + getCostumeIdx: 'costume #', size: 'size' }[name.expression.selector]; if (!isNil(name)) {