diff --git a/chrome/content/zotero/xpcom/utilities.js b/chrome/content/zotero/xpcom/utilities.js index 5698332cd..2a716fe8e 100644 --- a/chrome/content/zotero/xpcom/utilities.js +++ b/chrome/content/zotero/xpcom/utilities.js @@ -1033,7 +1033,6 @@ Zotero.Utilities.Translate.prototype._convertURL = function(url) { * Wrap all functions so that arguments are guaranteed safe */ borrowedFunctions = { - "inArray":Zotero.inArray, "formatDate":Zotero.Date.formatDate, "strToDate":Zotero.Date.strToDate, "strToISO":Zotero.Date.strToISO,