mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-26 21:39:08 +02:00
Unbreak lines.
This commit is contained in:
@@ -179,12 +179,7 @@ class Toast {
|
||||
}
|
||||
|
||||
_setListeners() {
|
||||
EventHandler.on(
|
||||
this._element,
|
||||
EVENT_CLICK_DISMISS,
|
||||
SELECTOR_DATA_DISMISS,
|
||||
() => this.hide()
|
||||
)
|
||||
EventHandler.on(this._element, EVENT_CLICK_DISMISS, SELECTOR_DATA_DISMISS, () => this.hide())
|
||||
}
|
||||
|
||||
_clearTimeout() {
|
||||
|
Reference in New Issue
Block a user