Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 8f8ecc1

Browse files
committed
1 parent 287de28 commit 8f8ecc1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/instance/base.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@
3535
}
3636
this.created();
3737
this.prepareElement();
38-
// TODO(sorvell): replace when ShadowDOMPolyfill issue is corrected
39-
// https://github.com/Polymer/ShadowDOM/issues/420
40-
if (!this.ownerDocument.isStagingDocument || window.ShadowDOMPolyfill) {
38+
if (!this.ownerDocument.isStagingDocument) {
4139
this.makeElementReady();
4240
}
4341
},

0 commit comments

Comments
 (0)