mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 00:02:37 +00:00
Fixing bustage from check-in of attachment 146150
This commit is contained in:
parent
ab1b721b28
commit
a5094d564a
@ -230,7 +230,7 @@ MonthView.prototype.refreshEvents = function monthView_refreshEvents( )
|
||||
|
||||
var eventBox = null;
|
||||
|
||||
while ( eventBoxList.item(0) ) {
|
||||
while ( eventBoxList.item(0) )
|
||||
{
|
||||
eventBox = eventBoxList[ 0 ];
|
||||
eventBox.parentNode.removeChild( eventBox );
|
||||
|
Loading…
x
Reference in New Issue
Block a user