Treat prop definition as damage; triggers previous observations of at-the-time-undefined props

This commit is contained in:
Tony Garnock-Jones 2016-08-07 21:40:00 -04:00
parent 6443e9dadd
commit 747e96714d
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ Graph.prototype.defineObservableProperty = function (obj, prop, value, maybeOpti
}
}
});
graph.recordDamage(objectId);
return objectId;
};