Remove extra definition of WeekView.prototype.getNewEventDate()

bug 285220, patch by gekacheka@yahoo.com, r=me
This commit is contained in:
mvl%exedo.nl 2005-03-14 18:43:10 +00:00
Родитель 8a2cc05535
Коммит e386002cf9
1 изменённых файлов: 0 добавлений и 10 удалений

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

@ -576,16 +576,6 @@ WeekView.prototype.refreshDisplay = function( )
this.hiliteTodaysDate( );
}
/** PUBLIC
*
* This is called when we are about the make a new event
* and we want to know what the default start date should be for the event.
*/
WeekView.prototype.getNewEventDate = function( )
{
return this.calendarWindow.getSelectedDate();
}
/** PUBLIC
*
* Go to the next week.