Skip to content

Commit

Permalink
Remove reference to _composedChildren
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Jan 16, 2016
1 parent 44232bd commit 9f85acd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/dom-innerHTML.html
Expand Up @@ -116,7 +116,6 @@
node = node.content;
var s = '';
var c$ = Polymer.dom(node).childNodes;
c$ = composed ? node._composedChildren : c$;
for (var i=0, l=c$.length, child; (i<l) && (child=c$[i]); i++) {
s += getOuterHTML(child, node, composed);
}
Expand Down

0 comments on commit 9f85acd

Please sign in to comment.