Bug 100509. JS strict warning (re-declaration) r=doron, sr=blake

This commit is contained in:
stephend%netscape.com 2001-09-20 03:22:51 +00:00
Родитель b69f52f2ef
Коммит 15715f037a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -29,7 +29,7 @@ try {
if (prefsService)
prefsService = prefsService.getService();
if (prefsService)
var gPrefs = prefsService.QueryInterface(Components.interfaces.nsIPref);
gPrefs = prefsService.QueryInterface(Components.interfaces.nsIPref);
} catch (ex) {
}