From 7da652029281c37cd1fb403523e761af0a86b71f Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sat, 9 Apr 2011 06:47:51 +0000 Subject: [PATCH] also add support for composer --- chrome/content/zotero/xpcom/cite.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index 1d81c2125..493fcb7aa 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -9,6 +9,7 @@ Zotero.Cite.System = function(){}; Zotero.Cite.System._zoteroNameMap = { "author":"author", "bookAuthor":"container-author", + "composer":"composer", "editor":"editor", "interviewer":"interviewer", "recipient":"recipient",