Upgrade citeproc-js to version 1.0.327

This commit is contained in:
Frank 2012-04-30 10:17:22 +00:00 committed by Simon Kornblith
parent 525b7dcfa5
commit 3869eda57c

View file

@ -2617,6 +2617,7 @@ CSL.Engine.prototype.remapSectionVariable = function (inputList) {
var item = inputList[i][1];
var section_label_count = 0;
if (!Item.section
&& !Item.page
&& ["bill","gazette","legislation"].indexOf(Item.type) > -1
&& this.opt.development_extensions.clobber_locator_if_no_statute_section) {
item.locator = undefined;