www

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

commit 75d320284579b8d7000a5cf8d8a202e29468f75e
parent 657ea7b660684e2e2122309583aa00ed519c09b0
Author: Frank <biercenator@gmail.com>
Date:   Sun, 25 Mar 2012 04:31:59 +0800

Upgrade citeproc-js to version 1.0.307

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

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