kopia lustrzana https://github.com/backface/turtlestitch
Fixed minor typo (anser -> answer)
rodzic
60942484e6
commit
3c7aee25a1
2
byob.js
2
byob.js
|
@ -769,7 +769,7 @@ CustomCommandBlockMorph.prototype.attachTargets = function () {
|
||||||
};
|
};
|
||||||
|
|
||||||
CustomCommandBlockMorph.prototype.isInUse = function () {
|
CustomCommandBlockMorph.prototype.isInUse = function () {
|
||||||
// anser true if an instance of my definition is found
|
// answer true if an instance of my definition is found
|
||||||
// in any of my receiver's scripts or block definitions
|
// in any of my receiver's scripts or block definitions
|
||||||
var def = this.definition,
|
var def = this.definition,
|
||||||
ide = this.receiver().parentThatIsA(IDE_Morph);
|
ide = this.receiver().parentThatIsA(IDE_Morph);
|
||||||
|
|
Ładowanie…
Reference in New Issue