This commit is contained in:
hyatt%mozilla.org 2003-08-13 19:54:24 +00:00
Родитель 5f8b0724dd
Коммит 10178eec57
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -297,8 +297,8 @@
</implementation> </implementation>
<handlers> <handlers>
<handler event="DOMMenuBarActive"> <handler event="DOMMenuBarActive">
if (!this._statusbar) if (!this.statusbar) return;
this._statusbar = document.getElementById(this.statusbar); this._statusbar = document.getElementById(this.statusbar);
if (!this._statusbar) if (!this._statusbar)
return; return;
this._active = true; this._active = true;