Updating a comment.

This commit is contained in:
mikep%oeone.com 2002-04-03 17:46:49 +00:00
parent 2d22e4fa03
commit 79b9e0d684
2 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,7 @@ MonthView.prototype.refreshEvents = function( )
}
// clear calendarEvent counts, we only display 3 events per day
// so to count them by adding a property to the dayItem, which is zeroed here
// count them by adding a property to the dayItem, which is zeroed here
for( var dayItemIndex = 0; dayItemIndex < this.dayBoxItemArray.length; ++dayItemIndex )
{

View File

@ -215,7 +215,7 @@ MonthView.prototype.refreshEvents = function( )
}
// clear calendarEvent counts, we only display 3 events per day
// so to count them by adding a property to the dayItem, which is zeroed here
// count them by adding a property to the dayItem, which is zeroed here
for( var dayItemIndex = 0; dayItemIndex < this.dayBoxItemArray.length; ++dayItemIndex )
{