1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
Cameron 2020-07-08 16:44:47 +01:00
parent 69507a0bd9
commit 8d17c6fc6f

View file

@ -2,7 +2,7 @@ import browser from 'browser';
import dom from 'dom';
import 'css!./emby-checkbox';
import 'registerElement';
/* eslint-disable indent */
var EmbyCheckboxPrototype = Object.create(HTMLInputElement.prototype);