mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 22:05:40 +00:00
bug 334996: remove old eventboxes after switching to a new day. patch by jminta, r=mvl
This commit is contained in:
parent
152a26ede0
commit
8478be6d39
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user