mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Bug 1405335 - Remove custom element attached and detached callbacks validation checks
Tag UXP Issue #1344
This commit is contained in:
parent
dba59f0317
commit
b70a9b1d12
2 changed files with 1 additions and 5 deletions
|
|
@ -523,9 +523,7 @@ static const char* kLifeCycleCallbackNames[] = {
|
|||
"adoptedCallback",
|
||||
"attributeChangedCallback",
|
||||
// The life cycle callbacks from v0 spec.
|
||||
"createdCallback",
|
||||
"attachedCallback",
|
||||
"detachedCallback"
|
||||
"createdCallback"
|
||||
};
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue