Remove bogus workaround for bug 555987 now that it's fixed

This commit is contained in:
Gavin Sharp 2010-06-28 16:57:49 -04:00
parent 6b42f6dce3
commit c2697a3d68

View File

@ -4638,10 +4638,6 @@ var TabsOnTop = {
gNavToolbox.setAttribute("tabsontop", !!val);
this.syncCommand();
//XXX: Trigger reframe. This is a workaround for bug 555987 and needs to be
// removed once that bug is fixed.
gNavToolbox.style.MozBoxOrdinalGroup = val ? 2 : 3;
return val;
}
}