зеркало из https://github.com/mozilla/pjs.git
calCompositeCalendar fix, forgot param to observer helper
This commit is contained in:
Родитель
39f2bf106d
Коммит
59b80509b2
|
@ -99,7 +99,7 @@ calCompositeCalendarObserverHelper.prototype = {
|
|||
};
|
||||
|
||||
function calCompositeCalendar () {
|
||||
this.mObserverHelper = new calCompositeCalendarObserverHelper();
|
||||
this.mObserverHelper = new calCompositeCalendarObserverHelper(this);
|
||||
this.wrappedJSObject = this;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче