Restore Ctrl+Tab shortcut for switching tabs on Mac. Bug 264787, patch by Mano, r=mconnor.

This commit is contained in:
jruderman%hmc.edu 2007-08-22 05:04:15 +00:00
Родитель a1138f8c70
Коммит 9bc36e9c63
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -2164,7 +2164,6 @@
<![CDATA[
this.mCurrentBrowser = this.mPanelContainer.childNodes[0].firstChild.nextSibling;
this.mCurrentTab = this.mTabContainer.firstChild;
this.mTabBox.handleCtrlTab = !/Mac/.test(navigator.platform);
document.addEventListener("keypress", this._keyEventHandler, false);
var uniqueId = "panel" + Date.now();