Update citeproc-js to 1.1.170

This commit is contained in:
Dan Stillman 2017-06-06 04:35:38 -04:00
parent d9a8502e27
commit 75ddd879bc

View File

@ -23,7 +23,7 @@
* <http://www.gnu.org/licenses/> respectively. * <http://www.gnu.org/licenses/> respectively.
*/ */
var CSL = { var CSL = {
PROCESSOR_VERSION: "1.1.169", PROCESSOR_VERSION: "1.1.170",
CONDITION_LEVEL_TOP: 1, CONDITION_LEVEL_TOP: 1,
CONDITION_LEVEL_BOTTOM: 2, CONDITION_LEVEL_BOTTOM: 2,
PLAIN_HYPHEN_REGEX: /(?:[^\\]-|\u2013)/, PLAIN_HYPHEN_REGEX: /(?:[^\\]-|\u2013)/,
@ -11560,7 +11560,7 @@ CSL.Attributes["@second-field-align"] = function (state, arg) {
}; };
CSL.Attributes["@hanging-indent"] = function (state, arg) { CSL.Attributes["@hanging-indent"] = function (state, arg) {
if (arg === "true") { if (arg === "true") {
state[this.name].opt.hangingindent = true; state[this.name].opt.hangingindent = 2;
} }
}; };
CSL.Attributes["@line-spacing"] = function (state, arg) { CSL.Attributes["@line-spacing"] = function (state, arg) {