bug 395777: changing default for non-owned calendar to readOnly, bug 393387: being mild on cancelled operations -- just warn

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@235938 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
daniel.boelzle%sun.com
2007-09-13 15:23:02 +00:00
parent db5f6db795
commit f386c6ae25

View File

@@ -158,7 +158,7 @@ calWcapRequest.prototype = {
cancelAllSubRequests: function calWcapRequest_cancelAllSubRequests(status) {
var attachedRequests = this.m_attachedRequests;
this.m_attachedRequests = [];
attachedRequests.forEach( function(req) { req.cancel(); } );
attachedRequests.forEach( function(req) { req.cancel(null); } );
},
detachFromParent: function calWcapRequest_detachFromParent(err) {