build cleanup

This commit is contained in:
Steve Orvell
2014-10-13 17:28:41 -07:00
parent b8d6010d90
commit 16ab46f182
3 changed files with 2 additions and 8 deletions

View File

@@ -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]);

View File

@@ -1,7 +1,7 @@
[
"../WeakMap/WeakMap.js",
"wrappers.js",
"ArraySlice.js",
"ArraySplice.js",
"microtask.js",
"MutationObserver.js",
"TreeScope.js",

View File

@@ -1,6 +0,0 @@
[
"shadowdom.js",
"lang.js",
"dom.js",
"unresolved.js"
]