Skip to content

Commit

Permalink
fixup! refactor(ivy): insert after rather than insert before
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Mar 14, 2019
1 parent 7884759 commit ff720de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/core/src/render3/i18n.ts
Expand Up @@ -667,9 +667,6 @@ function i18nEndFirstPass(tView: TView) {

// Find the last node that was added before `i18nEnd`
let lastCreatedNode = getPreviousOrParentTNode();
if (lastCreatedNode.child) {
lastCreatedNode = findLastNode(lastCreatedNode.child);
}

const visitedNodes = readCreateOpCodes(rootIndex, tI18n.create, tI18n.icus, viewData);

Expand Down

0 comments on commit ff720de

Please sign in to comment.