Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Jun 19, 2014
1 parent aa287e4 commit 558eb28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Observer.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,14 @@ function addedNodes(nodes) {
addedNodes(n.children);
}
}
// TODO(sorvell): This is not the right approach here. We shouldn't need to
// invalidate parsing when an element is added. Disabling this code
// until a better approach is found.
/*
if (owner) {
parser.invalidateParse(owner);
}
*/
}

function shouldLoadNode(node) {
Expand Down

0 comments on commit 558eb28

Please sign in to comment.