pjs/calendar/providers/memory
shaver%mozilla.org 45b66e946e Make in-memory calendar actually work:
- Don't share the prototype's mObservers and mItems with all instances.
- Enumerate mItems as an object, not an array, since that's how we use it.
- Commonize occurrence-creation logic.
- Fix itemNotCompleted filter to trigger on COMPLETED_NO instead of
  COMPLETED_YES.
- Use instanceof rather than QI failure (which will throw, and uglifies control
  flow) to check item type.
- Handle items with no startTime/endTime specified.
- Unify brace style.
- Use constant for END_OF_TIME.
2004-11-25 16:55:31 +00:00
..
Makefile.in in-memory and mozStorage calICalendar providers initial checkin 2004-11-07 23:48:13 +00:00
calMemoryCalendar.js Make in-memory calendar actually work: 2004-11-25 16:55:31 +00:00