mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
Bug 337346 proxy.setRecurrenceId is not a function, r=mvl
This commit is contained in:
parent
8bdcf0f8e3
commit
bfcdfee82c
@ -321,7 +321,7 @@ calRecurrenceInfo.prototype = {
|
||||
}
|
||||
|
||||
var proxy = this.mBaseItem.createProxy();
|
||||
proxy.setRecurrenceId(earliestDate);
|
||||
proxy.recurrenceId = earliestDate.clone();
|
||||
|
||||
proxy.setProperty("DTSTART", startDate);
|
||||
if (endDate)
|
||||
|
Loading…
Reference in New Issue
Block a user