2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +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
+4 -2
View File
@@ -488,7 +488,8 @@ $(function () {
assert.strictEqual($('.show').length, 0)
done()
})
.trigger($.Event('click'))
$('#secondNav')[0].click()
})
QUnit.test('should add show class to tab panes if there is a `.fade` class', function (assert) {
@@ -516,6 +517,7 @@ $(function () {
assert.strictEqual($('.show').length, 1)
done()
})
.trigger($.Event('click'))
$('#secondNav')[0].click()
})
})