Refactor method name to animateCatGlow in animeCat.js
This commit is contained in:
@@ -149,7 +149,7 @@ window.AnimeCat = class AnimeCat {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Zeigt Progress der täglichen Commits an
|
// Zeigt Progress der täglichen Commits an
|
||||||
_animateCatGlow(commitCount) {
|
animateCatGlow(commitCount) {
|
||||||
const glow = this.glow;
|
const glow = this.glow;
|
||||||
if (!glow) return;
|
if (!glow) return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user