Bug 482057 (followup) - Remove a line that was accidentally left behind [r=me]

This commit is contained in:
Matt Brubeck 2012-04-02 11:44:44 -07:00
Родитель ceb0b3db89
Коммит efafd5678d
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -156,7 +156,6 @@
event.preventDefault();
break;
case KeyEvent.DOM_VK_DOWN:
win.scrollByLines(1);
controller.scrollLine(true);
event.preventDefault();
break;