www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 7da652029281c37cd1fb403523e761af0a86b71f
parent 2776e2c7344ed88b5473dde4f13e1aa8fdcb3123
Author: Simon Kornblith <simon@simonster.com>
Date:   Sat,  9 Apr 2011 06:47:51 +0000

also add support for composer


Diffstat:
Mchrome/content/zotero/xpcom/cite.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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",