Skip to content

Commit

Permalink
js strict error
Browse files Browse the repository at this point in the history
  • Loading branch information
bavincen committed Apr 26, 2016
1 parent 65f46a5 commit 8edfea3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions interfaces/exchangeCalendar/mivExchangeCalendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -1983,6 +1983,7 @@ calExchangeCalendar.prototype = {
item: aItem,
folderID: this.folderID,
changeKey: this.changeKey,
actionStart: Date.now(),
itemType: "single"},
function(erDeleteItemRequest) { self.deleteItemOk(erDeleteItemRequest);},
function(erDeleteItemRequest, aCode, aMsg) { self.deleteItemError(erDeleteItemRequest, aCode, aMsg);},
Expand Down Expand Up @@ -2024,6 +2025,7 @@ calExchangeCalendar.prototype = {
folderID: this.folderID,
changeKey: this.changeKey,
itemType: "master",
actionStart: Date.now(),
whichOccurrence: "all_occurrences"},
function(erDeleteItemRequest) { self.deleteItemOk(erDeleteItemRequest);},
function(erDeleteItemRequest, aCode, aMsg) { self.deleteItemError(erDeleteItemRequest, aCode, aMsg);},
Expand All @@ -2044,6 +2046,7 @@ calExchangeCalendar.prototype = {
folderBase: this.folderBase,
serverUrl: this.serverUrl,
item: aItem,
actionStart: Date.now(),
folderID: this.folderID,
changeKey: this.changeKey,
itemType: "single"},
Expand Down Expand Up @@ -5788,6 +5791,7 @@ if (this.debug) this.logInfo(" ;;;; rrule:"+rrule.icalProperty.icalString);
masterID: aMasterId,
masterChangeKey: aMasterChangeKey,
itemIndex: aIndex,
actionStart: Date.now(),
itemType: erGetOccurrenceIndexRequest.argument.itemType,
whichOccurrence: erGetOccurrenceIndexRequest.argument.whichOccurrence},
function(erDeleteItemRequest) { self.deleteItemOk(erDeleteItemRequest);},
Expand Down

0 comments on commit 8edfea3

Please sign in to comment.