docs(CompilePipeline): correct compiliation to compilation
Closes #4072
This commit is contained in:
parent
1fba78b12a
commit
6449c3c1c6
@ -40,7 +40,7 @@ export class CompilePipeline {
|
|||||||
if (current.compileChildren) {
|
if (current.compileChildren) {
|
||||||
var node = DOM.firstChild(DOM.templateAwareRoot(current.element));
|
var node = DOM.firstChild(DOM.templateAwareRoot(current.element));
|
||||||
while (isPresent(node)) {
|
while (isPresent(node)) {
|
||||||
// compiliation can potentially move the node, so we need to store the
|
// compilation can potentially move the node, so we need to store the
|
||||||
// next sibling before recursing.
|
// next sibling before recursing.
|
||||||
var nextNode = DOM.nextSibling(node);
|
var nextNode = DOM.nextSibling(node);
|
||||||
if (DOM.isElementNode(node)) {
|
if (DOM.isElementNode(node)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user