зеркало из https://github.com/mozilla/pjs.git
Adding in function to remove unifinder observer.
This commit is contained in:
Родитель
735d14bf08
Коммит
4c44949ab4
|
@ -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
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче