This commit is contained in:
jst%mozilla.jstenback.com 2007-08-22 04:59:39 +00:00
Родитель c22f232415
Коммит c9f827edd5
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -1408,6 +1408,9 @@
<handler event="DOMWindowClose">
<![CDATA[
if (!event.isTrusted)
return;
const browsers = this.browsers;
if (browsers.length == 1)
return;