mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Unbreak short lines
This commit is contained in:
+1
-2
@@ -100,8 +100,7 @@ class Alert {
|
||||
|
||||
const transitionDuration = getTransitionDurationFromElement(element)
|
||||
|
||||
EventHandler
|
||||
.one(element, TRANSITION_END, () => this._destroyElement(element))
|
||||
EventHandler.one(element, TRANSITION_END, () => this._destroyElement(element))
|
||||
emulateTransitionEnd(element, transitionDuration)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user