Skip to content

Commit

Permalink
Merge branch 'master' into ec-3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bavincen committed Apr 26, 2016
2 parents 4f92738 + 8edfea3 commit 78377ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interfaces/exchangeBaseItem/mivExchangeBaseItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -3821,7 +3821,7 @@ dump("Error2:"+err+" | "+exchGlobalFunctions.STACK()+"\n");
attendee.convertFromExchange(this, aElement, aType);
//dump(" -- CreateAttendee:"+attendee+", attendee.id:"+attendee.id+", title:"+this.title+"\n");
return attendee;

/*
let mbox = aElement.getTag("t:Mailbox");
var attendee = cal.createAttendee();
Expand Down Expand Up @@ -3870,7 +3870,7 @@ dump("Error2:"+err+" | "+exchGlobalFunctions.STACK()+"\n");
mbox = null;
aElement = null;
return attendee;
return attendee; */
},

tryToSetDateValueUTC: function _tryToSetDateValueUTC(ewsvalue, aDefault)
Expand Down

0 comments on commit 78377ee

Please sign in to comment.