From 3cbdff940c2077315a7b76e126b6717512d4f20f Mon Sep 17 00:00:00 2001 From: "dmose%mozilla.org" Date: Wed, 12 Jan 2005 19:34:47 +0000 Subject: [PATCH] Fix JS strict warning. Not part of the build. --- calendar/resources/content/calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/resources/content/calendar.js b/calendar/resources/content/calendar.js index 8175b04ff52b..b77db1000713 100644 --- a/calendar/resources/content/calendar.js +++ b/calendar/resources/content/calendar.js @@ -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.");