created
Adds a child dependency to the parent observation's childDependencies.
ObservationRecorder.created(object)
Signals that an object was created. Adds the created observable to the top of the stack.
ObservationRecorder.created(object);
Parameters
- object
{Object}
:An observable object that was recently created.