kopia lustrzana https://github.com/backface/turtlestitch
fixes #1860 (var refactor issue)
rodzic
7aef56dbe9
commit
cc604576f0
|
@ -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();
|
||||
|
|
Ładowanie…
Reference in New Issue