From 847b05a68cfa90c75348ea28a94fe6df89dba9d6 Mon Sep 17 00:00:00 2001 From: "mvl%exedo.nl" Date: Thu, 2 Dec 2004 10:51:16 +0000 Subject: [PATCH] fix javascript strict warning bug 265274, patch by gekacheka, r=mvl --- calendar/resources/content/calendarManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {