From ad1791c86bee0cb8fd648b405efaf690503793d7 Mon Sep 17 00:00:00 2001 From: "mvl%exedo.nl" Date: Wed, 15 Jun 2005 20:12:17 +0000 Subject: [PATCH] make this valid javascript. r=shaver git-svn-id: svn://10.0.0.236/trunk@174639 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/calendar/providers/memory/calMemoryCalendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/calendar/providers/memory/calMemoryCalendar.js b/mozilla/calendar/providers/memory/calMemoryCalendar.js index c7d0e5ebbb9..46fdaf7f80b 100644 --- a/mozilla/calendar/providers/memory/calMemoryCalendar.js +++ b/mozilla/calendar/providers/memory/calMemoryCalendar.js @@ -417,7 +417,7 @@ calMemoryCalendar.prototype = { { // there might be some recurrences here that we need to handle var recs = item.recurrenceInfo.getOccurrences (aRangeStart, aRangeEnd, 0, {}); - itemsFound = concat(itemsFound, recs); + itemsFound = itemsFound.concat(recs); } else if (itemEndTime >= startTime) { // no occurrences if (itemReturnOccurrences)