зеркало из https://github.com/mozilla/pjs.git
Bug 624202 - Remove the subscriber on tab close to prevent possible leaks; r=ian a=dolske
This commit is contained in:
Родитель
7dc5f5d811
Коммит
5a80cf6fda
|
@ -418,7 +418,7 @@ let UI = {
|
|||
let self = this;
|
||||
this._activeTab.addSubscriber(this, "close", function(closedTabItem) {
|
||||
if (self._activeTab == closedTabItem)
|
||||
self._activeTab = null;
|
||||
self.setActiveTab(null);
|
||||
});
|
||||
|
||||
this._activeTab.makeActive();
|
||||
|
|
Загрузка…
Ссылка в новой задаче