Updated comment to match code behavior

dev
Brian Broll 2016-10-24 09:57:14 -05:00
rodzic 60942484e6
commit 4111903158
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -10371,7 +10371,7 @@ MultiArgMorph.prototype.mouseClickLeft = function (pos) {
this.escalateEvent('mouseClickLeft', pos);
return;
}
// if the <shift> key is pressed, repeat action 5 times
// if the <shift> key is pressed, repeat action 3 times
var arrows = this.arrows(),
leftArrow = arrows.children[0],
rightArrow = arrows.children[1],