Merge branch 'master' into fix-3308

Conflicts:
	src/lib/dom-tree-api.html
This commit is contained in:
Steven Orvell
2016-01-19 11:50:11 -08:00
2 changed files with 1 additions and 2 deletions

View File

@@ -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);
}

View File

@@ -299,4 +299,4 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
};
})();
</script>
</script>