2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03: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
+4
View File
@@ -75,6 +75,10 @@ class Toast {
return DefaultType
}
static get Default() {
return Default
}
// Public
show() {