www

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

commit b1bacc98166d17f6570f451e4590fa4077b1e0aa
parent dda5deb153e5c9807e798c44c70fbed7a7b049b3
Author: Frank Bennett <biercenator@gmail.com>
Date:   Sat, 16 Jun 2012 19:50:44 +0900

Upgrade citeproc-js to version 1.0.343

Diffstat:
Mchrome/content/zotero/xpcom/citeproc.js | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 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.342", + PROCESSOR_VERSION: "1.0.343", 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: { @@ -9391,8 +9391,7 @@ CSL.Transform = function (state) { if ((state.tmp.area !== "bibliography" && !(state.tmp.area === "citation" && state.opt.xclass === "note" - && item && !item.position)) - || myabbrev_family) { + && item && !item.position))) { slot.secondary = false; slot.tertiary = false; }