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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user