mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
make this valid javascript. r=shaver
This commit is contained in:
parent
b65206ff6c
commit
e92a3efb39
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user