commit 610dce7c1f7b90427003c138c15d19b41bbd5eda
parent e8d0dc6e00536615ffc1356669e3ca92c8a506a5
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 20 Sep 2016 18:34:24 -0400
Update citeproc-js to 1.1.131
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js
@@ -23,7 +23,7 @@
* <http://www.gnu.org/licenses/> respectively.
*/
var CSL = {
- PROCESSOR_VERSION: "1.1.130",
+ PROCESSOR_VERSION: "1.1.131",
CONDITION_LEVEL_TOP: 1,
CONDITION_LEVEL_BOTTOM: 2,
PLAIN_HYPHEN_REGEX: /(?:[^\\]-|\u2013)/,
@@ -4657,7 +4657,6 @@ CSL.Engine.prototype.processCitationCluster = function (citation, citationsPre,
var c, i, ilen, j, jlen, k, klen, n, nlen, key, Item, item, noteCitations, textCitations, m, citationsInNote;
this.debug = false;
this.tmp.loadedItemIDs = {};
- citation = JSON.parse(JSON.stringify(citation));
this.tmp.citation_errors = [];
var return_data = {"bibchange": false};
this.setCitationId(citation);