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:
@@ -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)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user