mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 08:51:22 +00:00
build cleanup
This commit is contained in:
@@ -703,7 +703,7 @@ function getSheet() {
|
||||
// add polyfill stylesheet to document
|
||||
if (window.ShadowDOMPolyfill) {
|
||||
addCssToDocument('style { display: none !important; }\n');
|
||||
var doc = wrap(document);
|
||||
var doc = ShadowDOMPolyfill.wrap(document);
|
||||
var head = doc.querySelector('head');
|
||||
head.insertBefore(getSheet(), head.childNodes[0]);
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[
|
||||
"../WeakMap/WeakMap.js",
|
||||
"wrappers.js",
|
||||
"ArraySlice.js",
|
||||
"ArraySplice.js",
|
||||
"microtask.js",
|
||||
"MutationObserver.js",
|
||||
"TreeScope.js",
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
[
|
||||
"shadowdom.js",
|
||||
"lang.js",
|
||||
"dom.js",
|
||||
"unresolved.js"
|
||||
]
|
||||
Reference in New Issue
Block a user