Skip to content

Commit

Permalink
pkp#4787 fixed issue defining JS variable using let instead of var in…
Browse files Browse the repository at this point in the history
… legacy codebase
  • Loading branch information
touhidurabir committed Dec 2, 2024
1 parent 976368b commit 1d6bc25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
this.parent($container, options);

$container.find('.button').button();
let self = this;
var self = this;

pkp.eventBus.$on('selected:reviewer', function (reviewer) {
self.handleReviewerAssign_($container, options, reviewer);
Expand Down

0 comments on commit 1d6bc25

Please sign in to comment.