Fix JS strict warning. Not part of the build.

This commit is contained in:
dmose%mozilla.org 2005-01-12 19:34:47 +00:00
Родитель 5f38e8705c
Коммит 3cbdff940c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1658,7 +1658,7 @@ function CalendarToolboxCustomizeDone(aToolboxChanged)
//
// returns the TZID of the timezone pref
gDefaultTimezone = -1;
var gDefaultTimezone = -1;
function calendarDefaultTimezone() {
if (gDefaultTimezone == -1) {
var prefobj = prefService.getBranch("calendar.");