don't share the cache and observers arrays between multiple instances.

bug 296746, r=shaver
This commit is contained in:
mvl%exedo.nl 2005-06-06 16:54:05 +00:00
Родитель cbd5abf513
Коммит d28e293604
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -208,16 +208,16 @@ function getCalendarManager()
function calStorageCalendar() {
this.wrappedJSObject = this;
this.mObservers = new Array();
this.mItemCache = new Array();
}
calStorageCalendar.prototype = {
//
// private members
//
mObservers: Array(),
mDB: null,
mDBTwo: null,
mItemCache: Array(),
mCalId: 0,
//