method shadowRootReady


void shadowRootReady(Node root)

Source

void shadowRootReady(Node root) {
  // locate nodes with id and store references to them in this.$ hash
  marshalNodeReferences(root);
}