Merge pull request #1473 from brollb/misleading-comment

Updated comment to match code behavior
dev
Jens Mönig 2016-10-24 17:42:51 +02:00 zatwierdzone przez GitHub
commit 5c40994f5a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -10456,7 +10456,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],