From 2eb3a6f4dcb24322986d66ea14f8591f2c3d2d5b Mon Sep 17 00:00:00 2001 From: Frank Date: Sun, 29 Jan 2012 06:54:02 +0800 Subject: [PATCH] Upgrade citeproc-js to version 1.0.270 --- chrome/content/zotero/xpcom/citeproc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js index 6eb030179..e35c7a9cd 100644 --- a/chrome/content/zotero/xpcom/citeproc.js +++ b/chrome/content/zotero/xpcom/citeproc.js @@ -1989,7 +1989,7 @@ CSL.DateParser = function () { }; CSL.Engine = function (sys, style, lang, forceLang) { var attrs, langspec, localexml, locale; - this.processor_version = "1.0.269"; + this.processor_version = "1.0.270"; this.csl_version = "1.0"; this.sys = sys; this.sys.xml = new CSL.System.Xml.Parsing(); @@ -8674,7 +8674,7 @@ CSL.Parallel = function (state) { this.sets = new CSL.Stack([]); this.try_cite = true; this.use_parallels = true; - this.midVars = ["section", "volume", "container-title", "collection-number", "issue", "page", "page-first", "locator"]; + this.midVars = ["hereinafter", "section", "volume", "container-title", "collection-number", "issue", "page", "page-first", "locator"]; }; CSL.Parallel.prototype.isMid = function (variable) { return (this.midVars.indexOf(variable) > -1);