bug 334996: remove old eventboxes after switching to a new day. patch by jminta, r=mvl
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195167 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -195,7 +195,7 @@
|
||||
|
||||
// Remove all the old events
|
||||
this.mItemData = new Array();
|
||||
while(this.hasChildNodes()) {
|
||||
while(this.dayitems.hasChildNodes()) {
|
||||
this.dayitems.removeChild(this.dayitems.lastChild);
|
||||
}
|
||||
]]></body>
|
||||
|
||||
Reference in New Issue
Block a user