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
+2 -2
View File
@@ -1335,13 +1335,13 @@ $(function () {
assert.expect(1)
var done = assert.async()
var spy = sinon.spy(Carousel, '_jQueryInterface')
var spy = sinon.spy(Carousel, '_carouselInterface')
var carouselHTML = '<div class="carousel" data-ride="carousel"></div>'
var $carousel = $(carouselHTML)
$carousel.appendTo('#qunit-fixture')
$(window).trigger($.Event('load'))
window.dispatchEvent(new Event('load'))
setTimeout(function () {
assert.strictEqual(spy.called, true)