Upgrade citeproc-js to version 1.0.307
This commit is contained in:
parent
657ea7b660
commit
75d3202845
|
@ -2158,7 +2158,7 @@ CSL.DateParser = function () {
|
||||||
};
|
};
|
||||||
CSL.Engine = function (sys, style, lang, forceLang) {
|
CSL.Engine = function (sys, style, lang, forceLang) {
|
||||||
var attrs, langspec, localexml, locale;
|
var attrs, langspec, localexml, locale;
|
||||||
this.processor_version = "1.0.306";
|
this.processor_version = "1.0.307";
|
||||||
this.csl_version = "1.0";
|
this.csl_version = "1.0";
|
||||||
this.sys = sys;
|
this.sys = sys;
|
||||||
this.sys.xml = new CSL.System.Xml.Parsing();
|
this.sys.xml = new CSL.System.Xml.Parsing();
|
||||||
|
@ -10179,6 +10179,9 @@ CSL.Util.Suffixator.prototype.format = function (N) {
|
||||||
CSL.Engine.prototype.processNumber = function (node, ItemObject, variable) {
|
CSL.Engine.prototype.processNumber = function (node, ItemObject, variable) {
|
||||||
var num, m, i, ilen, j, jlen;
|
var num, m, i, ilen, j, jlen;
|
||||||
var debug = false;
|
var debug = false;
|
||||||
|
if (!ItemObject) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
num = ItemObject[variable];
|
num = ItemObject[variable];
|
||||||
this.tmp.shadow_numbers[variable] = {};
|
this.tmp.shadow_numbers[variable] = {};
|
||||||
this.tmp.shadow_numbers[variable].values = [];
|
this.tmp.shadow_numbers[variable].values = [];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user