summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blocks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/blocks.js b/blocks.js
index 16c427c..033af74 100644
--- a/blocks.js
+++ b/blocks.js
@@ -5386,7 +5386,7 @@ CSlotMorph.prototype.getSpec = function () {
};
CSlotMorph.prototype.mappedCode = function () {
- var code = StageMorph.prototype.codeMappings.reify || '',
+ var code = StageMorph.prototype.codeMappings.reify || '<#1>',
part = this.nestedBlock(),
nestedCode = part ? part.mappedCode() : '';
return code.replace(/<#1>/g, nestedCode);