0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00
Bootstrap/js
GeoSot 566451230f
Remove element event listeners through base component (#33429)
After some research, I found out that EventHandler saves all the custom events per element using namespace, and is capable of removing handlers using only the element and its namespace (`DATA_KEY`).

So, probably is better to utilize the base-component to do the same job.
2021-04-11 09:54:48 +03:00
..
dist Release v5.0.0-beta3 (#33439) 2021-03-23 18:26:54 +02:00
src Remove element event listeners through base component (#33429) 2021-04-11 09:54:48 +03:00
tests Update tests to check for noop to be removed 2021-04-11 09:42:52 +03:00
index.esm.js Release v5.0.0-beta3 (#33439) 2021-03-23 18:26:54 +02:00
index.umd.js Release v5.0.0-beta3 (#33439) 2021-03-23 18:26:54 +02:00