Bug 709485 - Fix browser sizing after toggling the sidebar in tablet mode [r=mfinkle, a=javascript]

This commit is contained in:
Matt Brubeck 2011-12-12 12:14:05 -08:00
parent 3fc456040e
commit bfe56c7229

View File

@ -59,7 +59,7 @@ var TabletSidebar = {
hide: function hide() {
Elements.urlbarState.setAttribute("tablet_sidebar", "false");
ViewableAreaObserver.update();
ViewableAreaObserver.update({ setIgnoreTabletSidebar: false });
},
/**