From 4111903158aa2a85123508e0cd54ebd86f248dbf Mon Sep 17 00:00:00 2001 From: Brian Broll Date: Mon, 24 Oct 2016 09:57:14 -0500 Subject: [PATCH] Updated comment to match code behavior --- blocks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks.js b/blocks.js index d0dfab79..baa364f2 100644 --- a/blocks.js +++ b/blocks.js @@ -10371,7 +10371,7 @@ MultiArgMorph.prototype.mouseClickLeft = function (pos) { this.escalateEvent('mouseClickLeft', pos); return; } - // if the key is pressed, repeat action 5 times + // if the key is pressed, repeat action 3 times var arrows = this.arrows(), leftArrow = arrows.children[0], rightArrow = arrows.children[1],