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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Jul 18, 2014
1 parent 287de28 commit 8f8ecc1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/instance/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@
}
this.created();
this.prepareElement();
// TODO(sorvell): replace when ShadowDOMPolyfill issue is corrected
// https://github.com/Polymer/ShadowDOM/issues/420
if (!this.ownerDocument.isStagingDocument || window.ShadowDOMPolyfill) {
if (!this.ownerDocument.isStagingDocument) {
this.makeElementReady();
}
},
Expand Down

0 comments on commit 8f8ecc1

Please sign in to comment.