From f2ec80b20c06da396dc8f445b3dcd9ab7f1ff1d6 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Fri, 21 Jun 2013 13:13:09 +0200 Subject: code mapping: pass on c-slot clode by default --- blocks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.3.1