Bug 552593 - Closing the last tab via javascript should honor browser.tabs.closeWindowWithLastTab = false. r=gavin

This commit is contained in:
Dão Gottwald 2010-03-21 10:37:42 +01:00
Родитель 6263997de6
Коммит 7e4760a1fe
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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);