2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Unbreak lines and remove a TODO comment

This commit is contained in:
XhmikosR
2020-09-18 10:39:21 +03:00
parent be18957933
commit c86b74fe88
3 changed files with 4 additions and 10 deletions
-1
View File
@@ -125,7 +125,6 @@ const Util = {
$(element).trigger(TRANSITION_END)
},
// TODO: Remove in v5
supportsTransitionEnd() {
return Boolean(TRANSITION_END)
},