Fixed minor typo (anser -> answer)

dev
Brian Broll 2016-10-06 14:40:24 -05:00
rodzic 60942484e6
commit 3c7aee25a1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -769,7 +769,7 @@ CustomCommandBlockMorph.prototype.attachTargets = 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
var def = this.definition,
ide = this.receiver().parentThatIsA(IDE_Morph);