mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Adjust animation speed and remove useless arguments
This commit is contained in:
parent
e256e64e68
commit
e0a71938ea
2 changed files with 4 additions and 14 deletions
|
@ -31,7 +31,7 @@
|
|||
});
|
||||
}
|
||||
|
||||
destroyObserver(elements) {
|
||||
destroyObserver() {
|
||||
const observer = this.observer;
|
||||
|
||||
if (observer) {
|
||||
|
@ -40,7 +40,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
destroy(elements) {
|
||||
destroy() {
|
||||
this.destroyObserver();
|
||||
this.options = null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue