fixes #1860 (var refactor issue)

upd4.1
Bernat Romagosa 2017-09-22 13:08:02 +02:00
rodzic 7aef56dbe9
commit cc604576f0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -3216,7 +3216,7 @@ BlockMorph.prototype.refactorThisVar = function (justTheTemplate) {
// taking care of its lexical scope
var receiver = this.scriptTarget(),
oldName = this.blockSpec,
oldName = this.instantiationSpec || this.blockSpec,
cpy = this.fullCopy();
cpy.addShadow();