Merge pull request #11 from Fluffy-Bean/deepsource-autofix-7441e262

Remove unnecessary call to .bind()
This commit is contained in:
Michał Gdula 2023-04-01 19:26:36 +01:00 committed by GitHub
commit b3948881c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ document.addEventListener('DOMContentLoaded', function() {
setTimeout(function() {
label.style.opacity = 1;
}.bind(this), 250);
}, 250);
});
labels[i].addEventListener('mouseout', function() {