Remove redundant condition in animeCat.js
This commit is contained in:
@@ -164,7 +164,6 @@ window.AnimeCat = class AnimeCat {
|
|||||||
|
|
||||||
['mouseup', 'mouseleave'].forEach(evt =>
|
['mouseup', 'mouseleave'].forEach(evt =>
|
||||||
this.img.addEventListener(evt, () => {
|
this.img.addEventListener(evt, () => {
|
||||||
if (!joyActive) reopenEyes();
|
|
||||||
clearTimeout(holdTimer);
|
clearTimeout(holdTimer);
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user