зеркало из https://github.com/mozilla/pjs.git
Bug 552593 - Closing the last tab via javascript should honor browser.tabs.closeWindowWithLastTab = false. r=gavin
This commit is contained in:
Родитель
6263997de6
Коммит
7e4760a1fe
|
@ -2299,9 +2299,6 @@
|
|||
if (!event.isTrusted)
|
||||
return;
|
||||
|
||||
if (this.mTabs.length == 1)
|
||||
return;
|
||||
|
||||
var tab = this._getTabForContentWindow(event.target);
|
||||
if (tab) {
|
||||
this.removeTab(tab);
|
||||
|
|
Загрузка…
Ссылка в новой задаче