File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2705,10 +2705,11 @@ export const PropertyEffects = dedupingMixin(superClass => {
2705
2705
// parent. Note, `parent` is the `templateInfo` instance for this
2706
2706
// template's parent (containing) template, which was set up in
2707
2707
// `applyTemplateContent`. While a given template's `parent` is set
2708
- // apriori, it is only added to the parent list at the point that it
2709
- // is being bound, since a template may or may not ever be stamped,
2710
- // and may be stamped more than once (in which case instances of the
2711
- // template info will be in the tree under its parent more than once).
2708
+ // apriori, it is only added to the parent's child list at the point
2709
+ // that it is being bound, since a template may or may not ever be
2710
+ // stamped, and may be stamped more than once (in which case instances
2711
+ // of the template info will be in the tree under its parent more than
2712
+ // once).
2712
2713
const parent = templateInfo . parent || this . __templateInfo ;
2713
2714
const previous = parent . lastChild ;
2714
2715
parent . lastChild = templateInfo ;
You can’t perform that action at this time.
0 commit comments