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 dom from 'dom';
import 'css!./emby-checkbox'; import 'css!./emby-checkbox';
import 'registerElement'; import 'registerElement';
/* eslint-disable indent */ /* eslint-disable indent */
var EmbyCheckboxPrototype = Object.create(HTMLInputElement.prototype); var EmbyCheckboxPrototype = Object.create(HTMLInputElement.prototype);