summaryrefslogtreecommitdiff
path: root/blocks.js
diff options
context:
space:
mode:
Diffstat (limited to 'blocks.js')
-rw-r--r--blocks.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/blocks.js b/blocks.js
index 2280501..4501b0f 100644
--- a/blocks.js
+++ b/blocks.js
@@ -155,7 +155,7 @@ DialogBoxMorph, BlockInputFragmentMorph, PrototypeHatBlockMorph*/
// Global stuff ////////////////////////////////////////////////////////
-modules.blocks = '2013-July-09';
+modules.blocks = '2013-July-11';
var SyntaxElementMorph;
var BlockMorph;
@@ -4418,6 +4418,7 @@ ScriptsMorph.prototype.step = function () {
if (this.feedbackMorph.parent) {
this.feedbackMorph.destroy();
+ this.feedbackMorph.parent = null;
}
if (hand.children.length === 0) {
return null;