Placeholder in CSL processor to accomodate multilingual cite affix configuration

This commit is contained in:
Frank Bennett 2012-06-28 17:36:10 +09:00 committed by Simon Kornblith
parent a8a8bc6af0
commit a882818082

View file

@ -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;