Remove document-register-element

This commit is contained in:
MrTimscampi 2020-07-05 12:06:53 +02:00
parent cc30828734
commit da8c5fa224
21 changed files with 24 additions and 45 deletions

View file

@ -1,4 +1,4 @@
define(['browser', 'dom', 'layoutManager', 'shell', 'appRouter', 'apphost', 'css!./emby-button', 'registerElement'], function (browser, dom, layoutManager, shell, appRouter, appHost) {
define(['browser', 'dom', 'layoutManager', 'shell', 'appRouter', 'apphost', 'css!./emby-button', 'webcomponents'], function (browser, dom, layoutManager, shell, appRouter, appHost) {
'use strict';
var EmbyButtonPrototype = Object.create(HTMLButtonElement.prototype);

View file

@ -1,4 +1,4 @@
define(['layoutManager', 'css!./emby-button', 'registerElement'], function (layoutManager) {
define(['layoutManager', 'css!./emby-button', 'webcomponents'], function (layoutManager) {
'use strict';
var EmbyButtonPrototype = Object.create(HTMLButtonElement.prototype);