Minor tweaks; not part of the build.

This commit is contained in:
dmose%mozilla.org 2004-12-24 01:48:54 +00:00
parent 931f64581c
commit b340bf1732

View File

@ -608,15 +608,13 @@ calDavCalendar.prototype = {
// (think of the children!!) This is a gross hack, but it'll go
// away once we start using REPORT or SEARCH
//
if (aResource.path ==
eventDirUri.path.substr(0, eventDirUri.path.length)) {
if (aResource.path == eventDirUri.path) {
return;
}
// make a note that this request is pending
++itemsPending;
// XXX doesn't exist yet
webSvc.getToString(new WebDavResource(aResource), getListener,
null);