make this valid javascript. r=shaver

This commit is contained in:
mvl%exedo.nl 2005-06-15 20:12:17 +00:00
parent b65206ff6c
commit e92a3efb39

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)