calCompositeCalendar fix, forgot param to observer helper

This commit is contained in:
vladimir%pobox.com 2005-04-19 07:18:18 +00:00
parent 9aca7e3af9
commit 84bad689f3

View File

@ -99,7 +99,7 @@ calCompositeCalendarObserverHelper.prototype = {
};
function calCompositeCalendar () {
this.mObserverHelper = new calCompositeCalendarObserverHelper();
this.mObserverHelper = new calCompositeCalendarObserverHelper(this);
this.wrappedJSObject = this;
}