From 170ccb88a1a21cf3dec1d289611da0cea54d3c64 Mon Sep 17 00:00:00 2001 From: "dmose%mozilla.org" Date: Sat, 28 May 2005 02:42:17 +0000 Subject: [PATCH] Fix JS strict warning and add a trailing newline to a dump. Not part of the build. --- calendar/resources/content/calendarUtils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calendar/resources/content/calendarUtils.js b/calendar/resources/content/calendarUtils.js index 4b4861824c9..bb7c891ef1f 100644 --- a/calendar/resources/content/calendarUtils.js +++ b/calendar/resources/content/calendarUtils.js @@ -159,7 +159,7 @@ function calendarDefaultTimezone() { gDefaultTimezone = prefobj.getCharPref("timezone.local"); } catch (e) { gDefaultTimezone = guessSystemTimezone(); - dump("gDefaultTimezone: " + gDefaultTimezone); + dump("gDefaultTimezone: " + gDefaultTimezone + "\n"); } } @@ -175,7 +175,7 @@ const tzTable = { "GMT-0700 PDT" : "/mozilla.org/20050126_1/America/Los_Angeles", "GMT-0800 PST" : "/mozilla.org/20050126_1/America/Los_Angeles", "GMT-0400 EDT" : "/mozilla.org/20050126_1/America/New_York", - "GMT-0500 EST" : "/mozilla.org/20050126_1/America/New_York", + "GMT-0500 EST" : "/mozilla.org/20050126_1/America/New_York" }; // returns a ICS timezone string