From db8d2543db593ccfcdcd09ad81e5c5f079eeee77 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sat, 19 Feb 2011 01:04:01 +0000 Subject: [PATCH] Update to citeproc-js 1.0.114 --- chrome/content/zotero/xpcom/citeproc.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js index 1920f195d..d93fdcf12 100644 --- a/chrome/content/zotero/xpcom/citeproc.js +++ b/chrome/content/zotero/xpcom/citeproc.js @@ -1752,7 +1752,7 @@ CSL.DateParser = function (txt) { }; CSL.Engine = function (sys, style, lang, forceLang) { var attrs, langspec, localexml, locale; - this.processor_version = "1.0.113"; + this.processor_version = "1.0.114"; this.csl_version = "1.0"; this.sys = sys; this.sys.xml = new CSL.System.Xml.Parsing(); @@ -3187,9 +3187,9 @@ CSL.citeEnd = function (Item) { this.tmp.last_names_used = this.tmp.names_used.slice(); this.tmp.cut_var = false; if (this.tmp.disambig_restore && this.registry.registry[Item.id]) { - this.registry.registry[Item.id].disambig.names = this.tmp.disambig_restore.names; - this.registry.registry[Item.id].disambig.givens = this.tmp.disambig_restore.givens; + this.registry.registry[Item.id].disambig = this.tmp.disambig_restore; } + this.tmp.disambig_restore = false; this.tmp.disambig_request = false; if (!this.tmp.suppress_decorations && this.tmp.offset_characters) { this.registry.registry[Item.id].offset = this.tmp.offset_characters;