mirror of
https://github.com/twbs/bootstrap.git
synced 2025-10-05 09:41:48 +02:00
Join/break a few lines, no functional changes
This commit is contained in:
@@ -163,11 +163,7 @@ class Toast {
|
||||
}
|
||||
|
||||
_setListeners() {
|
||||
$(this._element).on(
|
||||
EVENT_CLICK_DISMISS,
|
||||
SELECTOR_DATA_DISMISS,
|
||||
() => this.hide()
|
||||
)
|
||||
$(this._element).on(EVENT_CLICK_DISMISS, SELECTOR_DATA_DISMISS, () => this.hide())
|
||||
}
|
||||
|
||||
_close() {
|
||||
|
Reference in New Issue
Block a user