From abeaaa6e870e85b89d7dfe0abca1fc81a4b4a848 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 04:22:44 +0200 Subject: [PATCH] Add _pettingActive property to AnimeCat class --- animeCat.js | 1 + 1 file changed, 1 insertion(+) diff --git a/animeCat.js b/animeCat.js index 3c54733..c15dc5d 100644 --- a/animeCat.js +++ b/animeCat.js @@ -24,6 +24,7 @@ window.AnimeCat = class AnimeCat { this._talkIntervalId = null; this._speechTimeout = null; this._mouthOpen = false; + this._pettingActive = false; this._createElements(); this._bindMouseHold();