aboutsummaryrefslogtreecommitdiff
path: root/js/src/util
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-12-10 16:54:50 +0200
committerGitHub <[email protected]>2020-12-10 16:54:50 +0200
commit1edec546cb28baf68691f0eb9e43997901359ba5 (patch)
tree215fa8b9ac5c943e08cef25e5a9234b07b9a4db0 /js/src/util
parent7e47b7ecc972a29997a0e38fd1fc126c51f2f703 (diff)
downloadbootstrap-1edec546cb28baf68691f0eb9e43997901359ba5.tar.xz
bootstrap-1edec546cb28baf68691f0eb9e43997901359ba5.zip
Remove `TRANSITION_END` from utils (#32394)
Diffstat (limited to 'js/src/util')
-rw-r--r--js/src/util/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/util/index.js b/js/src/util/index.js
index 1bf9fe954..9ccad1cbb 100644
--- a/js/src/util/index.js
+++ b/js/src/util/index.js
@@ -205,7 +205,6 @@ const defineJQueryPlugin = (name, plugin) => {
}
export {
- TRANSITION_END,
getUID,
getSelectorFromElement,
getElementFromSelector,