Skip to content
Permalink
Browse files

locally disable no-loop-func

  • Loading branch information...
adam3smith committed Apr 4, 2019
1 parent 67d6e24 commit fa24f6f0a4586ebc1827d0d5fcc36e377831d093
Showing with 1 addition and 1 deletion.
  1. +1 −1 DOI.js
2 DOI.js
@@ -140,7 +140,7 @@ function retrieveDOIs(dois, doc) {
}
items[item.DOI] = item;
});

/* eslint-disable no-loop-func */
translate.setHandler("done", function () {
numDois--;
if (numDois <= 0) {

0 comments on commit fa24f6f

Please sign in to comment.
You can’t perform that action at this time.