From 3c7aee25a1b475ccae9035e93f35c62c52070b5d Mon Sep 17 00:00:00 2001 From: Brian Broll Date: Thu, 6 Oct 2016 14:40:24 -0500 Subject: [PATCH] Fixed minor typo (anser -> answer) --- byob.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/byob.js b/byob.js index 16b2b985..2eea5474 100644 --- a/byob.js +++ b/byob.js @@ -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);