Adding in function to remove unifinder observer.

This commit is contained in:
mikep%oeone.com 2002-05-06 19:35:15 +00:00
Родитель 78fd2c6945
Коммит 3aaeccac58
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -150,6 +150,16 @@ function prepareCalendarUnifinder( )
gICalLib.addObserver( unifinderEventDataSourceObserver );
}
/**
* Called when the calendar is unloaded
*/
function finishCalendarUnifinder( eventSource )
{
gICalLib.removeObserver( unifinderEventDataSourceObserver );
}
/**
* Helper function to display event dates in the unifinder
*/