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

Commit

Permalink
Wait on bind/shadowRoot reordering until https://github.com/Polymer/S…
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Apr 18, 2014
1 parent f245e83 commit edf3c71
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/instance/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@
}
this.created();
this.prepareElement();
if (!this.ownerDocument.isStagingDocument) {
// TODO(sorvell): replace when ShadowDOMPolyfill issue is corrected
// https://github.com/Polymer/ShadowDOM/issues/420
//if (!this.ownerDocument.isStagingDocument) {
this.makeElementReady();
}
//}
},
// system entry point, do not override
prepareElement: function() {
Expand Down

0 comments on commit edf3c71

Please sign in to comment.