commit 83b65c9fa95630bece31f9cb974ed61fca613e2a
parent 3ab9c13d65b4e781e80318e4ed9926e3ae1c25b2
Author: Frank Bennett <biercenator@gmail.com>
Date: Thu, 21 Jun 2012 06:16:09 +0900
Upgrade citeproc-js to version 1.0.347
Diffstat:
1 file changed, 2 insertions(+), 2 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.346",
+ PROCESSOR_VERSION: "1.0.347",
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,7 @@ CSL.NameOutput.prototype.getName = function (name, slotLocaleset, fallback, stop
transliterated:transliterated,
block_initialize:block_initialize,
literal:name.literal,
- isInstitution:name.isInstitution,
+ isInstitution:name.isInstitution
};
if (static_ordering_freshcheck &&
!this.getStaticOrder(name, true)) {