Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-06-20 19:00:53 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-07-12 15:52:25 +0300
commitf15af45c6eb7d977923c339d686023e1ce4d011c (patch)
tree32d2986eb24a38e7ea0ebaf747bd56518f291f63 /js/src/toast.js
parent91c11d646538c634e24ea85c5f985b2f32f8fe96 (diff)
Unbreak lines.
Diffstat (limited to 'js/src/toast.js')
-rw-r--r--js/src/toast.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/js/src/toast.js b/js/src/toast.js
index f977c7ee3d..fd9976fb97 100644
--- a/js/src/toast.js
+++ b/js/src/toast.js
@@ -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() {