mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 05:44:10 +00:00
calCompositeCalendar fix, forgot param to observer helper
This commit is contained in:
parent
9aca7e3af9
commit
84bad689f3
@ -99,7 +99,7 @@ calCompositeCalendarObserverHelper.prototype = {
|
||||
};
|
||||
|
||||
function calCompositeCalendar () {
|
||||
this.mObserverHelper = new calCompositeCalendarObserverHelper();
|
||||
this.mObserverHelper = new calCompositeCalendarObserverHelper(this);
|
||||
this.wrappedJSObject = this;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user