Skip to content

Commit

Permalink
Statisfy linter again
Browse files Browse the repository at this point in the history
  • Loading branch information
shrianshChari committed Oct 28, 2024
1 parent 6947735 commit 5e4f548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/shared_controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ $(".sp .base, .sp .evs, .sp .ivs").bind("keyup change", function () {
calcStat($(this).closest(".poke-info"), 'sp');
});
$(".evs").bind('keyup change', function () {
totalEVs($(this).closest(".poke-info"))
totalEVs($(this).closest(".poke-info"));
});
$(".sl .base").keyup(function () {
calcStat($(this).closest(".poke-info"), 'sl');
Expand Down

0 comments on commit 5e4f548

Please sign in to comment.