зеркало из https://github.com/mozilla/pjs.git
Fix JS strict warnings triggered by bogus trailing commas. Not part of the build.
This commit is contained in:
Родитель
9255abd639
Коммит
5e0f87af1c
|
@ -55,7 +55,7 @@ var agendaTreeView = {
|
|||
todayCount: 0,
|
||||
tomorrowCount: 0,
|
||||
soonCount: 0,
|
||||
prevRowCount: 0,
|
||||
prevRowCount: 0
|
||||
};
|
||||
|
||||
agendaTreeView.addEvents =
|
||||
|
@ -285,7 +285,7 @@ function calendarUpdateComplete()
|
|||
|
||||
agendaTreeView.calendarOpListener =
|
||||
{
|
||||
agendaTreeView: agendaTreeView,
|
||||
agendaTreeView: agendaTreeView
|
||||
};
|
||||
|
||||
agendaTreeView.calendarOpListener.onOperationComplete =
|
||||
|
@ -352,7 +352,7 @@ function refreshPeriodDates()
|
|||
};
|
||||
|
||||
agendaTreeView.calendarObserver = {
|
||||
agendaTreeView: agendaTreeView,
|
||||
agendaTreeView: agendaTreeView
|
||||
};
|
||||
|
||||
agendaTreeView.calendarObserver.onAddItem =
|
||||
|
|
Загрузка…
Ссылка в новой задаче