зеркало из https://github.com/mozilla/pjs.git
don't share the cache and observers arrays between multiple instances.
bug 296746, r=shaver
This commit is contained in:
Родитель
cbd5abf513
Коммит
d28e293604
|
@ -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,
|
||||
|
||||
//
|
||||
|
|
Загрузка…
Ссылка в новой задаче