Bug 337346 proxy.setRecurrenceId is not a function, r=mvl

This commit is contained in:
jminta%gmail.com 2006-07-21 00:46:10 +00:00
parent 8bdcf0f8e3
commit bfcdfee82c

View File

@ -321,7 +321,7 @@ calRecurrenceInfo.prototype = {
}
var proxy = this.mBaseItem.createProxy();
proxy.setRecurrenceId(earliestDate);
proxy.recurrenceId = earliestDate.clone();
proxy.setProperty("DTSTART", startDate);
if (endDate)