mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
fixed lastModifiedTime type, notpartofthebuild
This commit is contained in:
parent
4a7ecbc7ca
commit
3ac937f726
@ -100,7 +100,7 @@ interface calIItemBase : nsISupports
|
||||
readonly attribute calIDateTime creationDate;
|
||||
|
||||
// last time any attribute was modified on this item, in UTC
|
||||
attribute PRTime lastModifiedTime;
|
||||
readonly attribute calIDateTime lastModifiedTime;
|
||||
|
||||
// the calICalendar to which this event belongs
|
||||
attribute calICalendar parent;
|
||||
|
Loading…
Reference in New Issue
Block a user