www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 8b157709bd6b9fd36b584cb0afb4baac28baa261
parent 90b515732b3b26262da61f2a2a91e95dc6c75269
Author: Frank <biercenator@gmail.com>
Date:   Thu,  1 Mar 2012 05:41:12 +0800

Upgrade citeproc-js to version 1.0.296

Diffstat:
Mchrome/content/zotero/xpcom/citeproc.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js @@ -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);