Skip to content

Commit

Permalink
Fix typing error in fixPlaceholder
Browse files Browse the repository at this point in the history
Upstream of change in http://cl/260969835
  • Loading branch information
dfreedm committed Jul 31, 2019
1 parent 7d6d715 commit f050ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mixins/template-stamp.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export const TemplateStamp = dedupingMixin(
// For ShadyDom optimization, indicating there is an insertion point
templateInfo.hasInsertionPoint = true;
}
fixPlaceholder(node);
fixPlaceholder(element);
if (element.firstChild) {
this._parseTemplateChildNodes(element, templateInfo, nodeInfo);
}
Expand Down

0 comments on commit f050ce9

Please sign in to comment.