Skip to content

Commit

Permalink
Fix nit.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Jan 31, 2018
1 parent a39cfd1 commit c9208fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/templatize.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
const parent = n.__polymerParent__;
const replace = n.__polymerReplaced__;
if (parent && replace) {
parent.replaceChild(n, n.__polymerReplaced__);
parent.replaceChild(n, replace);
}
}
}
Expand Down

0 comments on commit c9208fd

Please sign in to comment.