mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Merge branch 'master' into fix-3308
Conflicts: src/lib/dom-tree-api.html
This commit is contained in:
@@ -116,7 +116,6 @@ Polymer.domInnerHTML = (function() {
|
||||
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);
|
||||
}
|
||||
|
||||
@@ -299,4 +299,4 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
};
|
||||
|
||||
})();
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user