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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user