Upgrade citeproc-js to version 1.0.345

This commit is contained in:
Frank Bennett 2012-06-19 05:56:04 +09:00 committed by Simon Kornblith
parent 1aabbbfb67
commit 7f9c2bc491

View File

@ -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) {
["<sup>", "</sup>", "superscript", "@vertical-align", ["sup", "sup","baseline"], true],
["<sub>", "</sub>", "subscript", "@vertical-align", ["sub", "sub","baseline"], true],
["<sc>", "</sc>", "smallcaps", "@font-variant", ["small-caps", "small-caps","normal"], true],
["<span style=\"font-variant:small-caps;\">", "</span>", "smallcaps", "@font-variant", ["small-caps", "normal","normal"], true],
["<span class=\"nocase\">", "</span>", "passthrough", "@passthrough", ["true", "true","true"], true],
["<span class=\"nodecor\">", "</span>", "passthrough", "@passthrough", ["true", "true","true"], true],
['"', '"', "quotes", "@quotes", ["true", "inner","true"], "'"],