зеркало из https://github.com/mozilla/gecko-dev.git
Adding in function to remove unifinder observer.
This commit is contained in:
Родитель
78fd2c6945
Коммит
3aaeccac58
|
@ -150,6 +150,16 @@ function prepareCalendarUnifinder( )
|
||||||
gICalLib.addObserver( unifinderEventDataSourceObserver );
|
gICalLib.addObserver( unifinderEventDataSourceObserver );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Called when the calendar is unloaded
|
||||||
|
*/
|
||||||
|
|
||||||
|
function finishCalendarUnifinder( eventSource )
|
||||||
|
{
|
||||||
|
gICalLib.removeObserver( unifinderEventDataSourceObserver );
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Helper function to display event dates in the unifinder
|
* Helper function to display event dates in the unifinder
|
||||||
*/
|
*/
|
||||||
|
|
Загрузка…
Ссылка в новой задаче