diff --git a/chrome/content/zotero/xpcom/utilities.js b/chrome/content/zotero/xpcom/utilities.js index e5883a137..b7e7b7f75 100644 --- a/chrome/content/zotero/xpcom/utilities.js +++ b/chrome/content/zotero/xpcom/utilities.js @@ -1115,7 +1115,7 @@ Zotero.Utilities = { } else if(field === "creators") { // normalize creators var n = val.length; - var newCreators = newItem.creators = new Array(n); + var newCreators = newItem.creators = []; for(var j=0; j