1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 11:00:56 +02:00

allow to override default toast options (#28186)

This commit is contained in:
Johann-S
2019-02-06 14:19:04 +01:00
committed by XhmikosR
parent 58470c0ac5
commit 3c49467224
2 changed files with 24 additions and 0 deletions

View File

@@ -75,6 +75,10 @@ class Toast {
return DefaultType
}
static get Default() {
return Default
}
// Public
show() {