Skip to content

Commit

Permalink
Updated comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Jul 9, 2019
1 parent 89d7055 commit 5311917
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/mixins/property-effects.js
Original file line number Diff line number Diff line change
Expand Up @@ -2705,10 +2705,11 @@ export const PropertyEffects = dedupingMixin(superClass => {
// parent. Note, `parent` is the `templateInfo` instance for this
// template's parent (containing) template, which was set up in
// `applyTemplateContent`. While a given template's `parent` is set
// apriori, it is only added to the parent list at the point that it
// is being bound, since a template may or may not ever be stamped,
// and may be stamped more than once (in which case instances of the
// template info will be in the tree under its parent more than once).
// apriori, it is only added to the parent's child list at the point
// that it is being bound, since a template may or may not ever be
// stamped, and may be stamped more than once (in which case instances
// of the template info will be in the tree under its parent more than
// once).
const parent = templateInfo.parent || this.__templateInfo;
const previous = parent.lastChild;
parent.lastChild = templateInfo;
Expand Down

0 comments on commit 5311917

Please sign in to comment.