Upgrade citeproc-js to version 1.0.307
This commit is contained in:
parent
657ea7b660
commit
75d3202845
1 changed files with 4 additions and 1 deletions
|
@ -2158,7 +2158,7 @@ CSL.DateParser = function () {
|
|||
};
|
||||
CSL.Engine = function (sys, style, lang, forceLang) {
|
||||
var attrs, langspec, localexml, locale;
|
||||
this.processor_version = "1.0.306";
|
||||
this.processor_version = "1.0.307";
|
||||
this.csl_version = "1.0";
|
||||
this.sys = sys;
|
||||
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) {
|
||||
var num, m, i, ilen, j, jlen;
|
||||
var debug = false;
|
||||
if (!ItemObject) {
|
||||
return;
|
||||
}
|
||||
num = ItemObject[variable];
|
||||
this.tmp.shadow_numbers[variable] = {};
|
||||
this.tmp.shadow_numbers[variable].values = [];
|
||||
|
|
Loading…
Add table
Reference in a new issue