diff --git a/animeCat.js b/animeCat.js index a0f28ae..54e0a29 100644 --- a/animeCat.js +++ b/animeCat.js @@ -49,9 +49,6 @@ window.AnimeCat = class AnimeCat { zIndex: '1' }); - this.img = document.createElement('img'); - this.img.src = this.images.default; - // --- Cat image --- this.img = document.createElement('img'); this.img.src = this.images.default;