1
0

Fix typo in method name

This commit is contained in:
2025-05-26 07:55:48 +02:00
parent b0bfcfc856
commit 2eb9609519

View File

@@ -30,7 +30,7 @@ window.AnimeCat = class AnimeCat {
this._createElements();
this._bindMouseHold();
this._startBlinking();
this.startGlowWobble();
this._startGlowWobble();
}
_createElements() {