Skip to content

Commit f050ce9

Browse files
committed
Fix typing error in fixPlaceholder
Upstream of change in http://cl/260969835
1 parent 7d6d715 commit f050ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mixins/template-stamp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ export const TemplateStamp = dedupingMixin(
298298
// For ShadyDom optimization, indicating there is an insertion point
299299
templateInfo.hasInsertionPoint = true;
300300
}
301-
fixPlaceholder(node);
301+
fixPlaceholder(element);
302302
if (element.firstChild) {
303303
this._parseTemplateChildNodes(element, templateInfo, nodeInfo);
304304
}

0 commit comments

Comments
 (0)