From 7f9c2bc491a9bc1a39d2c683f5d1e39fd35983a2 Mon Sep 17 00:00:00 2001 From: Frank Bennett Date: Tue, 19 Jun 2012 05:56:04 +0900 Subject: [PATCH] Upgrade citeproc-js to version 1.0.345 --- chrome/content/zotero/xpcom/citeproc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js index ad45011e5b..a40219551b 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.344", + PROCESSOR_VERSION: "1.0.345", 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: { @@ -11049,6 +11049,7 @@ CSL.Util.FlipFlopper = function (state) { ["", "", "superscript", "@vertical-align", ["sup", "sup","baseline"], true], ["", "", "subscript", "@vertical-align", ["sub", "sub","baseline"], true], ["", "", "smallcaps", "@font-variant", ["small-caps", "small-caps","normal"], true], + ["", "", "smallcaps", "@font-variant", ["small-caps", "normal","normal"], true], ["", "", "passthrough", "@passthrough", ["true", "true","true"], true], ["", "", "passthrough", "@passthrough", ["true", "true","true"], true], ['"', '"', "quotes", "@quotes", ["true", "inner","true"], "'"],