Bug 1508175 - Stop assigning to undeclared, unused variable windowToInheritFrom. r=aceman
This commit is contained in:
Родитель
da6714ceb7
Коммит
9fe7caa009
|
@ -67,14 +67,6 @@ var mailTabType = {
|
|||
this.openTab(aTab, true, new MessagePaneDisplayWidget(), true);
|
||||
// persistence and restoreTab wants to know if we are the magic first tab
|
||||
aTab.firstTab = true;
|
||||
// Inherit the search mode from a window
|
||||
if (window.opener &&
|
||||
(window.opener.document.documentElement.getAttribute("windowtype") ==
|
||||
"mail:3pane"))
|
||||
windowToInheritFrom = window.opener;
|
||||
else
|
||||
windowToInheritFrom = FindOther3PaneWindow();
|
||||
|
||||
aTab.folderDisplay.makeActive();
|
||||
},
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче