mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Merge pull request #11 from Fluffy-Bean/deepsource-autofix-7441e262
Remove unnecessary call to .bind()
This commit is contained in:
commit
b3948881c3
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||||
|
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
label.style.opacity = 1;
|
label.style.opacity = 1;
|
||||||
}.bind(this), 250);
|
}, 250);
|
||||||
});
|
});
|
||||||
|
|
||||||
labels[i].addEventListener('mouseout', function() {
|
labels[i].addEventListener('mouseout', function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue