closes #1698, bookAuthor -> container-author CSL mapping (thanks to Frank)

This commit is contained in:
Simon Kornblith 2010-07-24 17:41:56 +00:00
parent d8db1cd61f
commit e6a97b46b2

View file

@ -158,8 +158,8 @@ Zotero.Cite.System.retrieveItem = function(item){
var creatorType = Zotero.CreatorTypes.getName(creator.creatorTypeID);
}
var creatorVariable = Zotero.Cite.System._zoteroNameMap[creatorType];
if(!creatorVariable) continue;
var creatorType = Zotero.Cite.System._zoteroNameMap[creatorType];
if(!creatorType) continue;
var nameObj = {'family':creator.ref.lastName, 'given':creator.ref.firstName};