2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

bump to 4.2.1

This commit is contained in:
Johann-S
2019-01-04 16:09:52 +02:00
committed by XhmikosR
parent 709dcb98dd
commit c096e0e0da
6 changed files with 25 additions and 22 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ $(function () {
var $toast = $(toastHtml)
.bootstrapToast()
var toast = $toast.data('bs.toast')
var toast = Toast._getInstance($toast[0])
assert.strictEqual(toast._config.delay, defaultDelay)
})
})