Upgrade citeproc-js to version 1.0.296

This commit is contained in:
Frank 2012-03-01 05:41:12 +08:00 committed by Simon Kornblith
parent 90b515732b
commit 8b157709bd

View file

@ -2153,7 +2153,7 @@ CSL.DateParser = function () {
};
CSL.Engine = function (sys, style, lang, forceLang) {
var attrs, langspec, localexml, locale;
this.processor_version = "1.0.295";
this.processor_version = "1.0.296";
this.csl_version = "1.0";
this.sys = sys;
this.sys.xml = new CSL.System.Xml.Parsing();
@ -11730,6 +11730,7 @@ CSL.Disambiguation.prototype.disNames = function (ismax) {
mybase.year_suffix = false;
this.state.registry.registerAmbigToken(this.akey, "" + this.partners[0].id, mybase);
this.state.registry.registerAmbigToken(this.akey, "" + this.nonpartners[0].id, mybase);
this.state.tmp.taintedItemIDs[this.nonpartners[0].id] = true;
this.lists[this.listpos] = [this.base, []];
} else if (this.clashes[1] === 0) {
this.betterbase = CSL.cloneAmbigConfig(this.base);