also remove inArray from ZU

This commit is contained in:
Simon Kornblith 2010-10-24 23:42:33 +00:00
parent f1402708c0
commit 8bf5a5fb17

View file

@ -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,