Skip to content

Commit

Permalink
Remove erroneous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed Jul 14, 2019
1 parent 448ead9 commit 237ceec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api_cite.js
Expand Up @@ -934,7 +934,6 @@ CSL.getAmbiguousCite = function (Item, disambig, visualForm, item) {
this.tmp.suppress_decorations = true;
this.tmp.just_looking = true;

// Do not reset shadow_numbers when running ambiguous cites
CSL.getCite.call(this, Item, itemSupp, null, false);
// !!!
for (var i=0,ilen=this.output.queue.length;i<ilen;i+=1) {
Expand Down

0 comments on commit 237ceec

Please sign in to comment.