mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove var
This commit is contained in:
parent
d07a0aa3a9
commit
b4e43f2436
3 changed files with 62 additions and 63 deletions
|
@ -1,4 +1,4 @@
|
|||
var ProgramCellPrototype = Object.create(HTMLButtonElement.prototype);
|
||||
const ProgramCellPrototype = Object.create(HTMLButtonElement.prototype);
|
||||
|
||||
ProgramCellPrototype.detachedCallback = function () {
|
||||
this.posLeft = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue