From 2103c955aba1168b4f1a50a55d7838b05fb7b5f5 Mon Sep 17 00:00:00 2001 From: Frank Bennett Date: Thu, 21 Jun 2012 12:36:57 +0900 Subject: [PATCH] Upgrade citeproc-js to version 1.0.348 --- chrome/content/zotero/xpcom/citeproc.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js index bee7527008..f4b611d0de 100644 --- a/chrome/content/zotero/xpcom/citeproc.js +++ b/chrome/content/zotero/xpcom/citeproc.js @@ -57,7 +57,7 @@ if (!Array.indexOf) { }; } var CSL = { - PROCESSOR_VERSION: "1.0.347", + PROCESSOR_VERSION: "1.0.348", STATUTE_SUBDIV_GROUPED_REGEX: /((?:^| )(?:art|ch|Ch|subch|p|pp|para|subpara|pt|r|sec|subsec|Sec|sch|tit)\.)/g, STATUTE_SUBDIV_PLAIN_REGEX: /(?:(?:^| )(?:art|ch|Ch|subch|p|pp|para|subpara|pt|r|sec|subsec|Sec|sch|tit)\.)/, STATUTE_SUBDIV_STRINGS: { @@ -7061,7 +7061,8 @@ CSL.NameOutput.prototype.getName = function (name, slotLocaleset, fallback, stop transliterated:transliterated, block_initialize:block_initialize, literal:name.literal, - isInstitution:name.isInstitution + isInstitution:name.isInstitution, + multi:name.multi }; if (static_ordering_freshcheck && !this.getStaticOrder(name, true)) {