зеркало из https://github.com/mozilla/gecko-dev.git
Fix mPrivacy cloning, don't clone the erstwhile mMethod.
This commit is contained in:
Родитель
aabeae258d
Коммит
9c210babca
|
@ -63,8 +63,7 @@ calItemBase.prototype = {
|
|||
m.mId = this.mId;
|
||||
m.mTitle = this.mTitle;
|
||||
m.mPriority = this.mPriority;
|
||||
m.mIsPrivate = this.mIsPrivate;
|
||||
m.mMethod = this.mMethod;
|
||||
m.mPrivacy = this.mPrivacy;
|
||||
m.mStatus = this.mStatus;
|
||||
m.mHasAlarm = this.mHasAlarm;
|
||||
|
||||
|
|
|
@ -105,8 +105,7 @@ calItemBase.prototype = {
|
|||
m.mId = this.mId;
|
||||
m.mTitle = this.mTitle;
|
||||
m.mPriority = this.mPriority;
|
||||
m.mIsPrivate = this.mIsPrivate;
|
||||
m.mMethod = this.mMethod;
|
||||
m.mPrivacy = this.mPrivacy;
|
||||
m.mStatus = this.mStatus;
|
||||
m.mHasAlarm = this.mHasAlarm;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче