Fix typo in method name
This commit is contained in:
@@ -30,7 +30,7 @@ window.AnimeCat = class AnimeCat {
|
|||||||
this._createElements();
|
this._createElements();
|
||||||
this._bindMouseHold();
|
this._bindMouseHold();
|
||||||
this._startBlinking();
|
this._startBlinking();
|
||||||
this.startGlowWobble();
|
this._startGlowWobble();
|
||||||
}
|
}
|
||||||
|
|
||||||
_createElements() {
|
_createElements() {
|
||||||
|
|||||||
Reference in New Issue
Block a user