397398399400401402403
// Adopt. adopt(child); onInsert(beforeIndex, child); fireEvent(new AddEvent(child, beforeIndex)); }
395396397398399400401