diff --git a/chrome/content/zotero/xpcom/translation/item_local.js b/chrome/content/zotero/xpcom/translation/item_local.js index fac46a93b..e95e18213 100644 --- a/chrome/content/zotero/xpcom/translation/item_local.js +++ b/chrome/content/zotero/xpcom/translation/item_local.js @@ -417,12 +417,15 @@ Zotero.Translate.ItemSaver.prototype = { }, "_saveNotes":function(item, parentID) { - for each(var note in item.notes) { + Zotero.debug(item.notes); + for(var i=0; i