1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

remove var

This commit is contained in:
Cameron 2020-07-10 18:09:02 +01:00
parent d07a0aa3a9
commit b4e43f2436
3 changed files with 62 additions and 63 deletions

View file

@ -1,4 +1,4 @@
var ProgramCellPrototype = Object.create(HTMLButtonElement.prototype);
const ProgramCellPrototype = Object.create(HTMLButtonElement.prototype);
ProgramCellPrototype.detachedCallback = function () {
this.posLeft = null;