Skip to content

Commit

Permalink
strict-error
Browse files Browse the repository at this point in the history
  • Loading branch information
bavincen committed May 9, 2016
1 parent 8edfea3 commit c8af0bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion chrome/content/exchService-common-sets.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ newOpenEventDialog(calendarItem, calendar, mode, callback, job, initialDate);
}

function newOpenEventDialog(calendarItem, calendar, mode, callback, job, initialDate) {
calendarItem = calendarItem.clone();
let dlg = cal.findItemWindow(calendarItem);
if (dlg) {
dlg.focus();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,15 +193,15 @@ mivExchangeAccountManager.prototype = {
logInfo: function _logInfo(aMsg, aDebugLevel)
{
return;
if (!aDebugLevel) aDebugLevel = 1;
/* if (!aDebugLevel) aDebugLevel = 1;
var prefB = Cc["@mozilla.org/preferences-service;1"]
.getService(Ci.nsIPrefBranch);
this.debugLevel = this.globalFunctions.safeGetBoolPref(prefB, "extensions.1st-setup.accounts.debuglevel", 0, true);
if (aDebugLevel <= this.debugLevel) {
this.globalFunctions.LOG("mivExchangeAccountManager: "+aMsg);
}
} */
},

}
Expand Down
2 changes: 1 addition & 1 deletion interfaces/exchangeBaseItem/mivExchangeBaseItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,7 @@ try {
this._newMyResponseType = null;
}
else {
this.status = null;
this._status = null;
}
break;
case "X-MOZ-SEND-INVITATIONS":
Expand Down

0 comments on commit c8af0bd

Please sign in to comment.