зеркало из https://github.com/mozilla/pjs.git
Bustage fix from bug 310503. getCalendarManager is not defined. r=dmose
This commit is contained in:
Родитель
10aa71fd0b
Коммит
9ccb4f38d7
|
@ -492,3 +492,13 @@ var calCompositeCalendarModule = {
|
|||
function NSGetModule(compMgr, fileSpec) {
|
||||
return calCompositeCalendarModule;
|
||||
}
|
||||
|
||||
var activeCalendarManager = null;
|
||||
function getCalendarManager() {
|
||||
if (!activeCalendarManager) {
|
||||
activeCalendarManager =
|
||||
Components.classes["@mozilla.org/calendar/manager;1"]
|
||||
.getService(Components.interfaces.calICalendarManager);
|
||||
}
|
||||
return activeCalendarManager;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче