www

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

commit a882818082017f68fbb78b04ec097e58bb4b0298
parent a8a8bc6af0f099dae6a2022baef2a30bba3400f4
Author: Frank Bennett <biercenator@gmail.com>
Date:   Thu, 28 Jun 2012 17:36:10 +0900

Placeholder in CSL processor to accomodate multilingual cite affix configuration

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

diff --git 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;