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

Commit

Permalink
allow shimmed styles to be imported to the proper location in document
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Jul 24, 2014
1 parent a81d5ee commit 3debf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ShadowCSS.js
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ if (window.ShadowDOMPolyfill) {
if (elt.parentNode === head) {
head.replaceChild(style, elt);
} else {
head.appendChild(style);
this.addElementToDocument(style);
}
}
style.__importParsed = true;
Expand Down

0 comments on commit 3debf49

Please sign in to comment.