diff --git a/calendar/resources/content/calendarManager.js b/calendar/resources/content/calendarManager.js index 10061b6d3f3..d8d0b1e7464 100644 --- a/calendar/resources/content/calendarManager.js +++ b/calendar/resources/content/calendarManager.js @@ -127,7 +127,7 @@ function calendarManager( CalendarWindow ) this.addCalendar( Calendar ); } // Add autoreload timers for all calendars - autoreload = Calendar.getAttribute( "http://home.netscape.com/NC-rdf#autoreload" ); + var autoreload = Calendar.getAttribute( "http://home.netscape.com/NC-rdf#autoreload" ); if ( autoreload > 0 ) { function closure( ThisObject,ThisCalendar ) {