diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js index 18af894211..05fb444380 100644 --- a/chrome/content/zotero/xpcom/citeproc.js +++ b/chrome/content/zotero/xpcom/citeproc.js @@ -2918,6 +2918,8 @@ CSL.Engine.prototype.setLangPrefsForCites = function (params) { } } }; +CSL.Engine.prototype.setLangPrefsForCiteAffixes = function (affixList) { +}; CSL.Engine.prototype.setAutoVietnameseNamesOption = function (arg) { if (arg) { this.opt["auto-vietnamese-names"] = true;