code mapping: pass on c-slot clode by default

pull/3/merge
jmoenig 2013-06-21 13:13:09 +02:00
rodzic 1f8f6e0192
commit f2ec80b20c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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);