You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
obj["on" + event] was overwritten also when addEventListener was available.
Now adding an event fallback when addEventListener is unavailable.
The original event (when available) is first added to the list, and then one or more callbacks are added.
Fixes#509
Signed-off-by: Luuk Bosma <[email protected]>
0 commit comments