make this valid javascript. r=shaver

git-svn-id: svn://10.0.0.236/trunk@174639 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mvl%exedo.nl
2005-06-15 20:12:17 +00:00
parent 757fdd0126
commit ad1791c86b

View File

@@ -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)