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:
Diffstat (limited to 'js/src/toast.js')
-rw-r--r--js/src/toast.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/js/src/toast.js b/js/src/toast.js
index 4d63e14b52..623e897714 100644
--- a/js/src/toast.js
+++ b/js/src/toast.js
@@ -172,11 +172,7 @@ class Toast {
...typeof config === 'object' && config ? config : {}
}
- typeCheckConfig(
- NAME,
- config,
- this.constructor.DefaultType
- )
+ typeCheckConfig(NAME, config, this.constructor.DefaultType)
return config
}