Bug 920224 - initialize panelUI immediately, r=Unfocused

This commit is contained in:
Gijs Kruitbosch 2013-09-26 10:04:24 +02:00
parent 4154f6fb1b
commit ad67b66e10
2 changed files with 2 additions and 1 deletions

View File

@ -1041,7 +1041,6 @@ var gBrowserInit = {
// We do this before the session restore service gets initialized so we can
// apply full zoom settings to tabs restored by the session restore service.
FullZoom.init();
PanelUI.init();
LightweightThemeListener.init();
WebrtcIndicator.init();

View File

@ -403,3 +403,5 @@ const PanelUI = {
return deferred.promise;
}
};
PanelUI.init();