backout of rev 73e8ca9230d6, wrong bug number. a=#developers

This commit is contained in:
Rob Campbell 2011-11-03 09:44:40 -03:00
Родитель f000e0c907
Коммит 15b73c1c54
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2432,7 +2432,7 @@
#else
if (aEvent.ctrlKey && !aEvent.shiftKey && !aEvent.metaKey &&
aEvent.keyCode == KeyEvent.DOM_VK_F4 &&
!this.mCurrentTab.pinned) {
this.mTabBox.handleCtrlPageUpDown) {
this.removeCurrentTab({animate: true});
aEvent.stopPropagation();
aEvent.preventDefault();