1
0

Refactor method name to animateCatGlow in animeCat.js

This commit is contained in:
2025-05-26 07:07:18 +02:00
parent 2f7c22148b
commit be6f7a6f6c

View File

@@ -149,7 +149,7 @@ window.AnimeCat = class AnimeCat {
}
// Zeigt Progress der täglichen Commits an
_animateCatGlow(commitCount) {
animateCatGlow(commitCount) {
const glow = this.glow;
if (!glow) return;