checkin fix for bug 169589 (ctrl-tab navigation) for Neil; r=brade, sr=jag

This commit is contained in:
brade%netscape.com 2002-11-22 22:28:57 +00:00
parent 6e56b665a8
commit 729bf8f659

View File

@ -1162,6 +1162,7 @@
<![CDATA[
this.mCurrentBrowser = this.mPanelContainer.firstChild;
this.mCurrentTab = this.mTabContainer.firstChild;
this.mTabBox.handleCtrlTab = !/Mac/.test(navigator.platform);
]]>
</constructor>