This commit is contained in:
Jeff Chan 2014-08-27 21:17:10 -07:00
parent 74ff6fb6b8
commit ef9c9c81d0
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ function getUnchangedComponents(measurement) {
for (var id in allIDs) { for (var id in allIDs) {
var isDirty = false; var isDirty = false;
// For each component that rendered, see if a component that triggerd // For each component that rendered, see if a component that triggered
// a DOM op is in its subtree. // a DOM op is in its subtree.
for (var i = 0; i < dirtyLeafIDs.length; i++) { for (var i = 0; i < dirtyLeafIDs.length; i++) {
if (dirtyLeafIDs[i].indexOf(id) === 0) { if (dirtyLeafIDs[i].indexOf(id) === 0) {