1
0
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:
XhmikosR
2020-05-08 10:21:04 +03:00
parent b3601aae5b
commit 52fdab8d70
6 changed files with 23 additions and 36 deletions

View File

@@ -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() {