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

allow createShadowRoot on body #496

Merged
merged 1 commit into from
Sep 5, 2014
Merged

allow createShadowRoot on body #496

merged 1 commit into from
Sep 5, 2014

Conversation

jmesserly
Copy link
Contributor

@@ -73,7 +73,7 @@
refChildWrapper.previousSibling_ = refChildWrapper.previousSibling;
}

parentNode.insertBefore(newChild, refChild);
scope.originalInsertBefore.call(parentNode, newChild, refChild);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: the call through scope here is to support the "minimal DOM changes" test.

@arv
Copy link
Contributor

arv commented Sep 5, 2014

LGTM

jmesserly pushed a commit that referenced this pull request Sep 5, 2014
allow createShadowRoot on body
@jmesserly jmesserly merged commit 5230708 into master Sep 5, 2014
@jmesserly jmesserly deleted the polymer_issue_421 branch September 5, 2014 19:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Content inside <template> breaks extending <body> element.
3 participants