Bug 1334043 - Part 1: Replace attached callback (v0) with connected callback (v1).

Tag UXP Issue #1344
This commit is contained in:
Gaming4JC 2020-01-05 15:46:37 -05:00 committed by Roy Tam
commit 207d5a2e3e
4 changed files with 27 additions and 25 deletions

View file

@ -2580,7 +2580,7 @@ public:
enum ElementCallbackType {
eCreated,
eAttached,
eConnected,
eDetached,
eAttributeChanged
};