Merge pull request #1450 from brollb/fixed-typo

Fixed minor typo (anser -> answer)
dev
Jens Mönig 2016-10-16 17:32:15 +02:00 zatwierdzone przez GitHub
commit 97975e47aa
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -790,7 +790,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);