DescriptionEliminate race condition when setting model early on TimelineView
When calling TimelineView.model setter before its dom is ready, we
would break because model setup assumes readiness. This patch just
defers the set call until the ready call.
As part of this CL, I eliminate useless copies of children elements
stored on the instance, and split out the ready function into created
and ready components based on their need of DOM or not.
TBR=nduca
BUG=catapult:#2252
Patch Set 1 #
Messages
Total messages: 4 (2 generated)
|